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 over 2 years ago