fsprojects / FSharpLint

Lint tool for F#
https://fsprojects.github.io/FSharpLint/
MIT License
303 stars 73 forks source link

build: change NoWarn to WarningsNotAsErrors #691

Closed webwarrior-ws closed 8 months ago

webwarrior-ws commented 8 months ago

Use WarningsNotAsErrors rather than NoWarn for NU1605 error as suggested by smoothdeveloper in [1].

[1] https://github.com/fsprojects/FSharpLint/pull/680#issuecomment-1900306608