Skip to content

Commit 9c4ccdf

Browse files
authored
Disable some static analysis rules (#8593)
1 parent 727c7c7 commit 9c4ccdf

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

static-analysis.datadog.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,9 @@ rulesets:
2222
one-declaration-per-line:
2323
ignore:
2424
- "**"
25+
missing-switch-statement-default:
26+
ignore:
27+
- "**"
2528
redundant-initializer:
2629
ignore:
2730
- "**"
@@ -33,6 +36,9 @@ rulesets:
3336
boolean-get-method-name:
3437
ignore:
3538
- "**"
39+
call-super-in-constructor:
40+
ignore:
41+
- "**"
3642
control-statement-braces:
3743
ignore:
3844
- "**"

0 commit comments

Comments
 (0)