@eagleoutice/flowr - v2.15.8
Preparing search index...
src/linter/linter-executor
executeLintingRule
Function executeLintingRule
executeLintingRule
<
Name
extends
|
"deprecated-functions"
|
"file-path-validity"
|
"seeded-randomness"
|
"absolute-file-paths"
|
"unused-definitions"
|
"naming-convention"
|
"network-functions"
|
"dataframe-access-validation"
|
"dead-code"
|
"useless-loop"
|
"problematic-inputs"
|
"stop-call"
|
"roxygen-arguments"
|
"software-has-license"
|
"software-has-tests"
|
"no-leaked-credentials"
|
"undefined-symbol"
|
"unused-import"
|
"syntactically-valid"
|
"unclosed-connection"
|
"unescaped-arguments"
,
>
(
ruleName
:
Name
,
input
:
ReadonlyFlowrAnalysisProvider
,
lintingRuleConfig
?:
DeepPartial
<
LintingRuleConfig
<
Name
>
>
,
)
:
Promise
<
LintingResults
<
Name
>
>
Executes a specific linting rule on the given analysis provider input.
Type Parameters
Name
extends
|
"deprecated-functions"
|
"file-path-validity"
|
"seeded-randomness"
|
"absolute-file-paths"
|
"unused-definitions"
|
"naming-convention"
|
"network-functions"
|
"dataframe-access-validation"
|
"dead-code"
|
"useless-loop"
|
"problematic-inputs"
|
"stop-call"
|
"roxygen-arguments"
|
"software-has-license"
|
"software-has-tests"
|
"no-leaked-credentials"
|
"undefined-symbol"
|
"unused-import"
|
"syntactically-valid"
|
"unclosed-connection"
|
"unescaped-arguments"
Parameters
ruleName
:
Name
input
:
ReadonlyFlowrAnalysisProvider
Optional
lintingRuleConfig
:
DeepPartial
<
LintingRuleConfig
<
Name
>
>
Returns
Promise
<
LintingResults
<
Name
>
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
@eagleoutice/flowr - v2.15.8
Loading...
Executes a specific linting rule on the given analysis provider input.