Hello all, How can i set the *detekt.yam*l path, u...
# detekt
r
Hello all, How can i set the *detekt.yam*l path, using detekt.configure {} ?
j
config.set(…) maybe
r
tried setFrom, set() is an Unresolved reference.
j
config.from(…)?
r
i got this error
Copy code
Execution failed for task ':detekt'.
> [31mRun failed with 7 invalid config properties.[0m
  	- [31mProperty 'comments>KDocReferencesNonPublicProperty' is misspelled or does not exist.[0m
  	- [31mProperty 'complexity>NestedScopeFunctions' is misspelled or does not exist.[0m
  	- [31mProperty 'performance>CouldBeSequence' is misspelled or does not exist.[0m
  	- [31mProperty 'style>ForbiddenSuppress' is misspelled or does not exist.[0m
  	- [31mProperty 'style>NullableBooleanCheck' is misspelled or does not exist.[0m
  	- [31mProperty 'style>UnnecessaryBackticks' is misspelled or does not exist.[0m
  	- [31mProperty 'style>VarCouldBeVal>ignoreLateinitVar' is misspelled or does not exist.[0m
g
You have a config file which contains several property whcih don’t exist anymore 🙂
r
worked. Thx @gammax