Enable/ Disable Rules
To disable any specific rule, use below syntax. Add the list of rules inside a module it belongs to. List of all rules for a specific language can be found here
modules:- name: gamma_java enabled: true rules: - key: 'EMB-JAVA-10' enabled: false
Module name in which the rule belongs can be found under code checker and βkeyβ under Issue Key on the issues page.

Updated almost 3 years ago
Did this page help you?