dataframe icon indicating copy to clipboard operation
dataframe copied to clipboard

Linter sometimes fails to report issues on a specific PC

Open koperagen opened this issue 1 year ago • 2 comments

So for example

  1. I create a few commits, push a PR
  2. Build is executed on TeamCity, check task fails
  3. Same task on my PC somehow ignores these errors https://github.com/Kotlin/dataframe/pull/858 clean doesn't seem to do anything too

koperagen avatar Sep 10 '24 10:09 koperagen

Maybe there's an issue that check doesn't depend on ktlintKotlinScriptCheck

koperagen avatar Sep 13 '24 13:09 koperagen

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.

Jolanrensen avatar Sep 16 '24 08:09 Jolanrensen