@damian-buho/repolinter - v2.0.13
Preparing search index...
index
defaultFormatter
Variable defaultFormatter
Const
defaultFormatter
:
{
formatOutput
(
output
:
LintResult
,
isDryRun
:
boolean
)
:
string
;
formatResult
(
result
:
Result
,
ruleName
:
string
,
rulePolicyUrl
?:
string
|
undefined
,
rulePolicyInfo
?:
string
|
undefined
,
errorSymbol
:
string
,
okSymbol
?:
string
,
)
:
string
;
getSymbol
(
level
:
string
)
:
string
;
}
= ...
Type Declaration
formatOutput
:
function
formatOutput
(
output
:
LintResult
,
isDryRun
:
boolean
)
:
string
Parameters
output
:
LintResult
isDryRun
:
boolean
Returns
string
formatResult
:
function
formatResult
(
result
:
Result
,
ruleName
:
string
,
rulePolicyUrl
?:
string
|
undefined
,
rulePolicyInfo
?:
string
|
undefined
,
errorSymbol
:
string
,
okSymbol
?:
string
,
)
:
string
Parameters
result
:
Result
ruleName
:
string
rulePolicyUrl
:
string
|
undefined
= undefined
rulePolicyInfo
:
string
|
undefined
= undefined
errorSymbol
:
string
okSymbol
:
string
= logSymbols.success
Returns
string
getSymbol
:
function
getSymbol
(
level
:
string
)
:
string
Parameters
level
:
string
Returns
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
@damian-buho/repolinter - v2.0.13
Loading...