We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 727c7c7 commit 9c4ccdfCopy full SHA for 9c4ccdf
1 file changed
static-analysis.datadog.yml
@@ -22,6 +22,9 @@ rulesets:
22
one-declaration-per-line:
23
ignore:
24
- "**"
25
+ missing-switch-statement-default:
26
+ ignore:
27
+ - "**"
28
redundant-initializer:
29
30
@@ -33,6 +36,9 @@ rulesets:
33
36
boolean-get-method-name:
34
37
35
38
39
+ call-super-in-constructor:
40
41
42
control-statement-braces:
43
44
0 commit comments