Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to disable an specific check across the entire project? #1140

Open
Johnlon opened this issue Mar 20, 2024 · 1 comment
Open

How to disable an specific check across the entire project? #1140

Johnlon opened this issue Mar 20, 2024 · 1 comment

Comments

@Johnlon
Copy link

Johnlon commented Mar 20, 2024

Failed to find the necessary doco or example.

Any clues?

We use the gradle plugin.

@JuditKnoll
Copy link

You can use omitVisitors, if you would like to specify the detector itself, which reports the bug. There is many-to-many relationship between the bugtypes and detectors. If you would like to exclude a bugtype, you can use excludeFilter. There is an example for both in the readme. You can find more info about the filter file in the official documentation.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants