Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Linter sometimes fails to report issues on a specific PC #860

Open
koperagen opened this issue Sep 10, 2024 · 2 comments
Open

Linter sometimes fails to report issues on a specific PC #860

koperagen opened this issue Sep 10, 2024 · 2 comments
Labels
infrastructure GitHub actions, Gradle Scripts, Writerside, etc.

Comments

@koperagen
Copy link
Collaborator

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
    Bump Kover version #858
    clean doesn't seem to do anything too
@koperagen koperagen added the infrastructure GitHub actions, Gradle Scripts, Writerside, etc. label Sep 10, 2024
@koperagen
Copy link
Collaborator Author

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

@Jolanrensen
Copy link
Collaborator

Jolanrensen commented Sep 16, 2024

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 Jolanrensen reopened this Sep 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
infrastructure GitHub actions, Gradle Scripts, Writerside, etc.
Projects
None yet
Development

No branches or pull requests

2 participants