File tree Expand file tree Collapse file tree 2 files changed +18
-3
lines changed
Expand file tree Collapse file tree 2 files changed +18
-3
lines changed Original file line number Diff line number Diff line change @@ -9,6 +9,21 @@ guidelines_style = 1px dotted 40ff0000
99# C# files
1010[* .cs ]
1111
12+ # Enable all .NET analyzer rules
13+ dotnet_analyzer_diagnostic.severity = warning
14+
15+ # Enable all code quality rules (CA####)
16+ dotnet_code_quality.CA*.severity = warning
17+
18+ # Enable all style and maintainability rules (IDE####)
19+ dotnet_diagnostic.IDE*.severity = warning
20+
21+ # Enable Unity-specific analyzers (if used)
22+ dotnet_diagnostic.UNT*.severity = warning
23+
24+ # Enable compiler warnings (CS####)
25+ dotnet_diagnostic.CS*.severity = warning
26+
1227# ### Core EditorConfig Options ####
1328
1429# Indentation and spacing
Original file line number Diff line number Diff line change 11name : Generate Unity Solution
22
33on :
4- push :
5- branches :
6- - main
74 pull_request :
5+ branches :
6+ - feat/cs-linter-action
7+ workflow_dispatch :
88
99jobs :
1010 generate-solution :
You can’t perform that action at this time.
0 commit comments