dataframe
dataframe copied to clipboard
Linter sometimes fails to report issues on a specific PC
So for example
- I create a few commits, push a PR
- Build is executed on TeamCity, check task fails
- Same task on my PC somehow ignores these errors https://github.com/Kotlin/dataframe/pull/858 clean doesn't seem to do anything too
Maybe there's an issue that check doesn't depend on ktlintKotlinScriptCheck
Maybe another task could be run. TC runs clean build right? So maybe you could run that one, or one specific to ktlint, like ktlintCheck.
If I run ktlintCheck in the root project, it catches all issues, including in scripts.