We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9140581 commit 8e36826Copy full SHA for 8e36826
.github/workflows/lint.yml
@@ -89,4 +89,7 @@ jobs:
89
NotAccessedOutParameterVariable,
90
NotAccessedPrimaryConstructorParameterCompiler,
91
InconsistentNaming,
92
- CollectionNeverUpdated.Global
+ CollectionNeverUpdated.Global,
93
+ CSharpErrors,
94
+ EmptyStatement,
95
+ ObjectCreationAsStatement
0 commit comments