@eagleoutice/flowr - v2.13.14
Preparing search index...
src/linter/rules/stop-with-call-arg
STOP_WITH_CALL_ARG
Variable STOP_WITH_CALL_ARG
Const
STOP_WITH_CALL_ARG
:
{
createSearch
:
()
=>
FlowrSearchBuilderOut
<
"get"
,
[
]
,
ParentInformation
,
"filter"
,
>
;
info
:
{
certainty
:
BestEffort
;
defaultConfig
:
{}
;
description
:
"Checks whether stop calls without call. argument set to FALSE are used."
;
name
:
"Stop without call.=False argument"
;
tags
:
readonly
[
Smell
]
;
}
;
prettyPrint
:
{
full
:
(
result
:
LintingResult
)
=>
string
;
query
:
(
result
:
LintingResult
)
=>
string
;
}
;
processSearchResult
:
(
elements
:
FlowrSearchElements
<
ParentInformation
,
FlowrSearchElement
<
(...)
>
[]
,
>
,
_config
:
MergeableRecord
,
data
:
ReadonlyFlowrAnalysisProvider
<
KnownParser
>
,
)
=>
Promise
<
{
".meta"
:
StopWithCallMetadata
;
results
:
(...)
[]
}
>
;
}
= ...
Type Declaration
Readonly
createSearch
:
()
=>
FlowrSearchBuilderOut
<
"get"
,
[
]
,
ParentInformation
,
"filter"
>
Readonly
info
:
{
certainty
:
BestEffort
;
defaultConfig
:
{}
;
description
:
"Checks whether stop calls without call. argument set to FALSE are used."
;
name
:
"Stop without call.=False argument"
;
tags
:
readonly
[
Smell
]
;
}
Readonly
prettyPrint
:
{
full
:
(
result
:
LintingResult
)
=>
string
;
query
:
(
result
:
LintingResult
)
=>
string
;
}
Readonly
processSearchResult
:
(
elements
:
FlowrSearchElements
<
ParentInformation
,
FlowrSearchElement
<
(...)
>
[]
,
>
,
_config
:
MergeableRecord
,
data
:
ReadonlyFlowrAnalysisProvider
<
KnownParser
>
,
)
=>
Promise
<
{
".meta"
:
StopWithCallMetadata
;
results
:
(...)
[]
}
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
@eagleoutice/flowr - v2.13.14
Loading...