Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
The Tor Project
Applications
android-components
Commits
b9c6d9d3
Commit
b9c6d9d3
authored
Jun 18, 2019
by
Denys M
Committed by
Sebastian Kaspari
Jul 01, 2019
Browse files
For #2740. Update detekt to 1.0.0-RC14.
parent
cc350d76
Changes
2
Hide whitespace changes
Inline
Side-by-side
build.gradle
View file @
b9c6d9d3
...
...
@@ -19,7 +19,7 @@ buildscript {
}
plugins
{
id
(
"io.gitlab.arturbosch.detekt"
).
version
(
"1.0.0-RC1
1
"
)
id
(
"io.gitlab.arturbosch.detekt"
).
version
(
"1.0.0-RC1
4
"
)
}
allprojects
{
...
...
@@ -219,7 +219,7 @@ task clean(type: Delete) {
detekt
{
// The version number is duplicated, please refer to plugins block for more details
v
ersion
=
"1.0.0-RC1
1
"
toolV
ersion
=
"1.0.0-RC1
4
"
input
=
files
(
"$projectDir/components"
,
"$projectDir/buildSrc"
,
"$projectDir/samples"
)
config
=
files
(
"$projectDir/config/detekt.yml"
)
filters
=
".*test.*,.*/resources/.*,.*/tmp/.*,.*/build/.*"
...
...
config/detekt.yml
View file @
b9c6d9d3
...
...
@@ -6,7 +6,6 @@ test-pattern: # Configure exclusions for test sources
patterns
:
# Test file regexes
-
'
.*/test/.*'
-
'
.*Test.kt'
-
'
.*Spec.kt'
exclude-rule-sets
:
-
'
comments'
exclude-rules
:
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment