Skip to content

Commit bf34344

Browse files
committed
Mute some static analysis rules
1 parent 58de7ff commit bf34344

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

static-analysis.datadog.yml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,26 @@ rulesets:
1616
- "**"
1717
forloop-variable-count:
1818
max-variables: 2
19+
literals-first-in-comparison:
20+
ignore:
21+
- "**"
22+
one-declaration-per-line:
23+
ignore:
24+
- "**"
25+
redundant-initializer:
26+
ignore:
27+
- "**"
1928
- java-code-style:
2029
rules:
30+
avoid-dollar-signs:
31+
ignore:
32+
- "**"
2133
boolean-get-method-name:
2234
ignore:
2335
- "**"
36+
control-statement-braces:
37+
ignore:
38+
- "**"
2439
generics-naming:
2540
ignore:
2641
- "**"

0 commit comments

Comments
 (0)