File tree Expand file tree Collapse file tree 2 files changed +6
-3
lines changed
src/ReSharperToCodeClimate Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -16,13 +16,15 @@ dotnet resharper-to-codeclimate results.xml results.json
16
16
17
17
``` yaml
18
18
variables :
19
- NUGET_PACKAGES : ' $CI_PROJECT_DIR\.nuget\packages'
19
+ DOTNET_PACKAGES : ' $CI_PROJECT_DIR\.nuget\packages'
20
+ DOTNET_CLI_HOME : ' $CI_PROJECT_DIR\.dotnet'
21
+ DOTNET_NOLOGO : ' true'
20
22
21
23
codequality :
22
24
stage : codequality
23
25
script :
24
26
- dotnet tools restore
25
- - dotnet jb inspectcode AEExport .sln -o=results.xml
27
+ - dotnet jb inspectcode Project .sln -o=results.xml
26
28
- dotnet resharper-to-codeclimate results.xml results.json
27
29
cache :
28
30
key :
Original file line number Diff line number Diff line change 4
4
<OutputType >Exe</OutputType >
5
5
<TargetFrameworks >netcoreapp3.1;net5.0</TargetFrameworks >
6
6
<LangVersion >latest</LangVersion >
7
- <Version >1.0.1 </Version >
7
+ <Version >1.0.2 </Version >
8
8
<RootNamespace >ReSharperToCodeClimate</RootNamespace >
9
9
<AssemblyName >resharper-to-codeclimate</AssemblyName >
10
10
<PackAsTool >true</PackAsTool >
11
11
<PackageId >resharper-to-codeclimate</PackageId >
12
12
<Authors >Thomas Weston</Authors >
13
13
<PackageDescription >Converts a ReSharper inspectcode xml report file to a Code Climate json report file.</PackageDescription >
14
+ <PackageReleaseNotes >Added severity info</PackageReleaseNotes >
14
15
<PackageProjectUrl >https://github.com/moly/resharper-to-codeclimate</PackageProjectUrl >
15
16
<RepositoryUrl >https://github.com/moly/resharper-to-codeclimate</RepositoryUrl >
16
17
<PackageTags >resharper codeclimate gitlab</PackageTags >
You can’t perform that action at this time.
0 commit comments