Rule Set
You can change action for any of the analyzer rule by configuring your own custom rule set.
Local Rule Set
You can use rule set defined in your rule set json.
- Create json file i.e.
custom.ruleset.jsonwith your own action for the rules you want, i.e
- Modify your
settings.json
- set
al.ruleSetPathto the path of the json file
External rule set
You can use rule set defined in external json. The json can be i.e. in a GitHub repository.
- Get url for the external json
- Modify your
settings.json
- set
al.ruleSetPathto the copied url - set
al.enableExternalRulesetsto true
Mix Local And External Rule Set
You can mix both approaches.
- Create json file i.e.
custom.ruleset.jsonwith the reference to the external rule set and your own action for the rules you want, i.e
- Modify your
settings.json
- set
al.ruleSetPathto the path of the json file - set
al.enableExternalRulesetsto true

