Skip to content

Commit

Permalink
Mute some static analysis rules (#7999)
Browse files Browse the repository at this point in the history
  • Loading branch information
smola authored Nov 22, 2024
1 parent adf9784 commit bdfcc9b
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions static-analysis.datadog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,26 @@ rulesets:
- "**"
forloop-variable-count:
max-variables: 2
literals-first-in-comparison:
ignore:
- "**"
one-declaration-per-line:
ignore:
- "**"
redundant-initializer:
ignore:
- "**"
- java-code-style:
rules:
avoid-dollar-signs:
ignore:
- "**"
boolean-get-method-name:
ignore:
- "**"
control-statement-braces:
ignore:
- "**"
generics-naming:
ignore:
- "**"
Expand Down

0 comments on commit bdfcc9b

Please sign in to comment.