Skip to content

Commit

Permalink
Update the settings of the static analyzer [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
cedx committed Jan 23, 2024
1 parent 270506d commit 8f60964
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion etc/eslint.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
"id-length": ["error", {"exceptions": ["_"]}],
"id-match": "error",
"init-declarations": "error",
"max-classes-per-file": "error",
"max-classes-per-file": "off",
"max-depth": "error",
"max-lines": ["error", {"max": 500}],
"max-lines-per-function": ["error", {"max": 100}],
Expand Down

0 comments on commit 8f60964

Please sign in to comment.