How to disable PH2079 #141
Answered
by
mortelee
Marco Ortelee (mortelee)
asked this question in
Q&A
|
How can I disable PH2079 in editorconfig. I've tried "dotnet_code_quality.PH2079.severity = none", but that does not work. Thanks in advance |
Answered by
mortelee
Oct 17, 2022
Replies: 2 comments
|
Found a way to do this but does not work in all situations: For 2079 it works, for 2075 it still complains when adding silent. |
0 replies
|
Solution: |
0 replies
Answer selected by
mortelee
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Solution:
Create .globalconfig in root directory with following content