Skip to content

Commit

Permalink
Tune static analysis rules (#7128)
Browse files Browse the repository at this point in the history
  • Loading branch information
smola authored Jun 10, 2024
1 parent fff0006 commit 97065ed
Showing 1 changed file with 18 additions and 2 deletions.
20 changes: 18 additions & 2 deletions static-analysis.datadog.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,25 @@
rulesets:
- java-best-practices
- java-code-style
- java-best-practices:
rules:
array-is-stored-directly:
ignore:
- "**"
avoid-reassigning-parameters:
ignore:
- "**"
- java-code-style:
rules:
boolean-get-method-name:
ignore:
- "**"
generics-naming:
ignore:
- "**"
- java-security
ignore-paths:
- ".mvn/**"
- "dd-java-agent/appsec/weblog/**"
- "dd-java-agent/benchmark-integration/**"
- "dd-smoke-tests/**"
- "**/src/test/**"
- "**/src/jmh/**"

0 comments on commit 97065ed

Please sign in to comment.