File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -162,7 +162,7 @@ And here's the `Directory.Build.targets`:
162
162
<Message Importance="High" Text="Analyzing $(MSBuildProjectFile)"/>
163
163
<Exec
164
164
ContinueOnError="true"
165
- Command="dotnet fsharp-analyzers --fsc-args "@(FscCommandLineArgs)" --analyzers-path "$(PkgG-Research_FSharp_Analyzers)\analyzers\dotnet\fs" --exclude-analyzer PartialAppAnalyzer --fail-on-warnings GRA-STRING-001 GRA-STRING-002 GRA-STRING-003 GRA-UNIONCASE-001 --verbose --report "$(MSBuildProjectName)-analysis.sarif"">
165
+ Command="dotnet fsharp-analyzers --fsc-args "@(FscCommandLineArgs)" --analyzers-path "$(PkgG-Research_FSharp_Analyzers)\analyzers\dotnet\fs" --exclude-analyzer PartialAppAnalyzer --fail-on-warnings GRA-STRING-001 --verbose --report "$(MSBuildProjectName)-analysis.sarif"">
166
166
<Output TaskParameter="ExitCode" PropertyName="LastExitCode" />
167
167
</Exec>
168
168
<Error Condition="'$(LastExitCode)' == '-2'" Text="Problems were found $(MSBuildProjectFile)" />
You can’t perform that action at this time.
0 commit comments