Readonly
createCreates a flowR search that will then be executed and whose results will be passed to processSearchResult. In the future, additional optimizations and transformations may be applied to the search between this function and processSearchResult.
Readonly
defaultThe default config for this linting rule. The default config is combined with the user config when executing the rule.
Readonly
prettyA function used to pretty-print the given linting result. By default, the LintingResult#certainty is automatically printed alongside this information.
Readonly
processProcesses the search results of the search created through createSearch. This function is expected to return the linting results from this rule for the given search, ie usually the given script file.
The base interface for a linting rule, which contains all of its relevant settings. The registry of valid linting rules is stored in LintingRules.