Skip to content

Commit

Permalink
Add more checks to default profile
Browse files Browse the repository at this point in the history
  • Loading branch information
StevenLooman committed Feb 15, 2024
1 parent 6f865b9 commit 30ca443
Showing 1 changed file with 6 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -7,18 +7,23 @@
"ExemplarSlotCount",
"FileNotInLoadList",
"ForbiddenCall",
"ForbiddenGlobalUsage",
"HidesVariable",
"ImportMissingDefinition",
"LhsRhsComparatorEqual",
"LocalImportProcedure",
"MethodComplexity",
"MethodLineCount",
"NoStatementAfterBodyExit",
"ParameterCount",
"ScopeCount",
"SizeZeroEmpty",
"SyntaxError",
"TodoComment",
"UnusedVariable",
"UseValueCompare",
"VariableNaming"
"VariableCount",
"VariableNaming",
"WarnedCall"
]
}

0 comments on commit 30ca443

Please sign in to comment.