Optional ReadonlyactiveReadonlycertaintyThe linting rule's certainty in terms of the rule's calculations' precision and recall.
ReadonlydefaultThe default config for this linting rule. This config is combined with the user config when executing the rule.
ReadonlydescriptionA short description of the linting rule. This is used to display the rule in the UI and to provide a brief overview of what the rule does.
ReadonlynameHuman-Readable name of the linting rule.
ReadonlytagsA short list of tags that describe and categorize the linting rule.
Whether the rule runs when a linter query does not explicitly list any rules. Defaults to
truewhen omitted. Set tofalsefor noisy or heuristic rules that should only run when requested explicitly (an explicit rule list overrides this flag).