detekt-api
1.23.0-RC3
jvm
detekt-api
io.
gitlab.
arturbosch.
detekt.
api
Annotation
Excluder
Base
Rule
Code
Smell
comma
Separated
Pattern()
Compactable
Config
Companion
Invalid
Configuration
Error
config()
Config
Aware
Config
Validator
config
With
Android
Variants()
config
With
Fallback()
Console
Report
Context
Correctable
Code
Smell
Debt
Companion
DEFAULT_FLOAT_CONVERSION_FACTOR
Default
Context
Detektion
Detekt
Visitor
Entity
Companion
Extension
File
Process
Listener
Finding
get
Or
Null()
Has
Entity
Has
Metrics
Issue
Lazy
Regex
Location
Companion
Metric
Multi
Rule
Notification
Level
Info
Warning
Error
Output
Report
Project
Metric
Properties
Aware
Reporting
Extension
Rule
Rule
Set
Rule
Set
Provider
Setup
Context
Severity
Code
Smell
Style
Warning
Defect
Minor
Maintainability
Security
Performance
Severity
Level
ERROR
WARNING
INFO
simple
Pattern
To
Regex()
Single
Assign
Source
Location
Split
Pattern
Text
Location
Thresholded
Code
Smell
Threshold
Rule
Unstable
Api
Values
With
Reason
values
With
Reason()
Value
With
Reason
io.
gitlab.
arturbosch.
detekt.
api.
internal
Active
By
Default
Auto
Correctable
Comma
Separated
Pattern
Compiler
Resources
Configuration
create
Path
Filters()
Default
Rule
Set
Provider
is
Suppressed
By()
Path
Filters
Companion
path
Matcher()
Requires
Type
Resolution
rule
Set
Config()
Rule
Set
Config
Property
Simple
Notification
value
Or
Default
Comma
Separated()
which
Detekt()
which
Java()
which
Kotlin()
which
OS()
detekt-api
/
io.gitlab.arturbosch.detekt.api
/
Config
/
InvalidConfigurationError
Invalid
Configuration
Error
class
InvalidConfigurationError
(
throwable
:
Throwable
?
=
null
)
:
RuntimeException
Is thrown when loading a configuration results in errors.
Members
Constructors
Invalid
Configuration
Error
Link copied to clipboard
constructor
(
throwable
:
Throwable
?
=
null
)
Functions
add
Suppressed
Link copied to clipboard
fun
addSuppressed
(
p0
:
Throwable
)
fill
In
Stack
Trace
Link copied to clipboard
open
fun
fillInStackTrace
(
)
:
Throwable
get
Localized
Message
Link copied to clipboard
open
fun
getLocalizedMessage
(
)
:
String
get
Stack
Trace
Link copied to clipboard
open
fun
getStackTrace
(
)
:
Array
<
StackTraceElement
>
get
Suppressed
Link copied to clipboard
fun
getSuppressed
(
)
:
Array
<
Throwable
>
init
Cause
Link copied to clipboard
open
fun
initCause
(
p0
:
Throwable
)
:
Throwable
print
Stack
Trace
Link copied to clipboard
open
fun
printStackTrace
(
)
open
fun
printStackTrace
(
p0
:
PrintStream
)
open
fun
printStackTrace
(
p0
:
PrintWriter
)
set
Stack
Trace
Link copied to clipboard
open
fun
setStackTrace
(
p0
:
Array
<
StackTraceElement
>
)
Properties
cause
Link copied to clipboard
open
val
cause
:
Throwable
?
message
Link copied to clipboard
open
val
message
:
String
?