-
Is this the right way to ignore a rule globally in the static analysis yml? schema-version: v1
rulesets:
- docker-best-practices
- tsx-react
- typescript-best-practices:
rules:
boolean-prop-naming:
ignore:
- **/* |
Beta Was this translation helpful? Give feedback.
Answered by
jfree
Mar 28, 2025
Replies: 1 comment 2 replies
-
Hi Marco, This is an example of the global rule exclusion format that the IDE plugins/extensions generate, which is working for me on an internal project here at Datadog:
|
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
macmessa
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi Marco,
This is an example of the global rule exclusion format that the IDE plugins/extensions generate, which is working for me on an internal project here at Datadog: