Skip to content
Snippets Groups Projects
Verified Commit c6d20547 authored by Konstantin Kopper's avatar Konstantin Kopper
Browse files

[CI] Explicitly specify files to be linted

In particular, subprojects in lib/ should be skipped
parent c80c6599
No related branches found
No related tags found
No related merge requests found
Pipeline #27101 passed
......@@ -20,7 +20,7 @@ ktlint:
variables: false
image: kkopper/ktlint:latest
script:
- ktlint
- ktlint "src/**/kotlin/**/*.kt" "**/*.kts" '!lib/**'
classes:
stage: build
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment