vanniktech
09/10/2018, 8:15 AMseb
09/14/2018, 10:04 AMtoto
09/14/2018, 2:14 PMcreate
for older version of Gradle?themishkun
09/15/2018, 8:14 AMmauin
09/15/2018, 9:12 AMpavlospt
09/16/2018, 7:30 PMpavlospt
09/16/2018, 11:25 PMinput = "${rootProject.projectDir}/app/","${rootProject.projectDir}/modules/"
and it worked perfectly. But now it even though i am using files()
it tries to do a weird concatenation between those paths and fails to run.mauin
09/17/2018, 9:13 AMvanniktech
09/17/2018, 9:19 AMJukka Siivonen
09/17/2018, 11:26 AMmickele
09/17/2018, 12:18 PMdetektCheck
is always crashing now, both locally and on CI. thread with more infopavlospt
09/17/2018, 7:54 PMObjectPropertyNaming
-> privatePropertyPattern: '[A-Za-z][_A-Za-z0-9]*'
)pavlospt
09/18/2018, 9:10 AMObjectPropertyNaming
. I have tried changing almost every regex in the config and still get specific issues reported, which is wrong. That leads me to think that custom values are not picked up. I am worried that I might have broken something when added LazyRegex
in the sense of a Config
picking up custom values and instantiating those Regexes instantly, but later on these fields being mutated and essentially nullified, leading to LazyRegex
picking up the default value when it’s time to execute for the first time.
I am not sure if my thoughts are towards the correct direction, but it seems urgent enough to resolve this before going for v1.0.0.Slackbot
09/20/2018, 10:13 AMJukka Siivonen
09/20/2018, 10:14 AMJukka Siivonen
09/20/2018, 10:22 AMdependencies {
detekt("io.gitlab.arturbosch.detekt:detekt-formatting:${detektVersion}")
Eugen Martynov
09/20/2018, 2:10 PMJukka Siivonen
09/21/2018, 9:27 AM> Task :detekt FAILED
Error: Could not find or load main class io.gitlab.arturbosch.detekt.cli.Main
FAILURE: Build failed with an exception.
* What went wrong:
Execution failed for task ':detekt'.
> Process 'command 'C:\java\jdk1.8.0_131\bin\java.exe'' finished with non-zero exit value 1
pavlospt
09/22/2018, 12:03 PMdetekt
that would add Main
class in classpath?pavlospt
09/22/2018, 12:58 PMseb
09/24/2018, 2:28 PMArtur Bosch
09/24/2018, 6:16 PMEugen Martynov
09/27/2018, 9:36 AMValV
10/04/2018, 8:56 PMValV
10/06/2018, 4:20 AMmauin
10/08/2018, 4:21 PMrobstoll
10/08/2018, 6:06 PMmiha-x64
10/09/2018, 6:15 PMjava.lang.*
is implicitly imported and nothing interferes with System
and `Runtime`:
https://github.com/arturbosch/detekt/blob/249822360b88d57ea75a212bd6a811f3c7678d8e/detekt-rules/src/main/kotlin/io/gitlab/arturbosch/detekt/rules/bugs/ExplicitGarbageCollectionCall.kt#L49pavlospt
10/10/2018, 11:27 AMtry-catch
on the detekt
task in order to continue the execution of other tasks?robstoll
10/10/2018, 2:00 PMComplexMethod -> ignoreSimpleWhenEntries
exist, was it already available in 1.0.0RC8?robstoll
10/10/2018, 2:00 PMComplexMethod -> ignoreSimpleWhenEntries
exist, was it already available in 1.0.0RC8?mauin
10/10/2018, 2:03 PMdefault-detekt-config.yml
to find out when it was added.robstoll
10/10/2018, 2:55 PM