@eagleoutice/flowr - v2.13.14
Preparing search index...
src/linter/rules/absolute-path
ABSOLUTE_PATH
Variable ABSOLUTE_PATH
Const
ABSOLUTE_PATH
:
{
createSearch
:
(
config
:
AbsoluteFilePathConfig
,
)
=>
FlowrSearchBuilderOut
<
"from-query"
,
[
]
,
ParentInformation
,
"unique"
>
;
info
:
{
certainty
:
BestEffort
;
defaultConfig
:
{
absolutePathRegex
:
undefined
;
additionalPathFunctions
:
readonly
[
]
;
ignoreUrls
:
true
;
include
:
{
allStrings
:
false
;
constructed
:
true
}
;
useAsWd
:
"@project"
;
}
;
description
:
"Checks whether file paths are absolute."
;
name
:
"Absolute Paths"
;
tags
:
readonly
[
Robustness
,
Reproducibility
,
Smell
,
QuickFix
]
;
}
;
prettyPrint
:
{
full
:
(
result
:
AbsoluteFilePathResult
)
=>
string
;
query
:
(
result
:
AbsoluteFilePathResult
)
=>
string
;
}
;
processSearchResult
:
(
elements
:
FlowrSearchElements
<
ParentInformation
,
FlowrSearchElement
<
(...)
>
[]
,
>
,
config
:
AbsoluteFilePathConfig
,
data
:
ReadonlyFlowrAnalysisProvider
<
KnownParser
>
,
)
=>
Promise
<
{
".meta"
:
AbsoluteFilePathMetadata
;
results
:
(...)
[]
}
>
;
}
= ...
Type Declaration
Readonly
createSearch
:
(
config
:
AbsoluteFilePathConfig
,
)
=>
FlowrSearchBuilderOut
<
"from-query"
,
[
]
,
ParentInformation
,
"unique"
>
Readonly
info
:
{
certainty
:
BestEffort
;
defaultConfig
:
{
absolutePathRegex
:
undefined
;
additionalPathFunctions
:
readonly
[
]
;
ignoreUrls
:
true
;
include
:
{
allStrings
:
false
;
constructed
:
true
}
;
useAsWd
:
"@project"
;
}
;
description
:
"Checks whether file paths are absolute."
;
name
:
"Absolute Paths"
;
tags
:
readonly
[
Robustness
,
Reproducibility
,
Smell
,
QuickFix
]
;
}
Readonly
prettyPrint
:
{
full
:
(
result
:
AbsoluteFilePathResult
)
=>
string
;
query
:
(
result
:
AbsoluteFilePathResult
)
=>
string
;
}
Readonly
processSearchResult
:
(
elements
:
FlowrSearchElements
<
ParentInformation
,
FlowrSearchElement
<
(...)
>
[]
,
>
,
config
:
AbsoluteFilePathConfig
,
data
:
ReadonlyFlowrAnalysisProvider
<
KnownParser
>
,
)
=>
Promise
<
{
".meta"
:
AbsoluteFilePathMetadata
;
results
:
(...)
[]
}
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
@eagleoutice/flowr - v2.13.14
Loading...