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 adf9784 commit bdfcc9bCopy full SHA for bdfcc9b
static-analysis.datadog.yml
@@ -16,11 +16,26 @@ rulesets:
16
- "**"
17
forloop-variable-count:
18
max-variables: 2
19
+ literals-first-in-comparison:
20
+ ignore:
21
+ - "**"
22
+ one-declaration-per-line:
23
24
25
+ redundant-initializer:
26
27
28
- java-code-style:
29
rules:
30
+ avoid-dollar-signs:
31
32
33
boolean-get-method-name:
34
ignore:
35
36
+ control-statement-braces:
37
38
39
generics-naming:
40
41
0 commit comments