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
infoReadonly
prettyA set of functions used to pretty-print the given linting result. By default, the LintingResult#certainty and whether any LintingResult#quickFix values are available 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.