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.

1823

Did this page help you?