Skip to content

Commit 28a9982

Browse files
committed
fix: dont exit on java lints
Signed-off-by: Josef Andersson <josef.andersson@digg.se>
1 parent ea75d62 commit 28a9982

File tree

1 file changed

+2
-17
lines changed

1 file changed

+2
-17
lines changed

justfile

Lines changed: 2 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -42,27 +42,12 @@ verify:
4242

4343
# ▪ Run all base linters (universal linters for any project)
4444
[group('lint')]
45-
lint-base: \
46-
lint-commits \
47-
lint-secrets \
48-
lint-yaml \
49-
lint-markdown \
50-
lint-shell \
51-
lint-shell-fmt \
52-
lint-actions \
53-
lint-license \
54-
lint-container \
55-
lint-xml
56-
#!/usr/bin/env bash
57-
source "{{colors}}"
58-
just_success "All base linting checks completed"
45+
lint-base:
46+
@./scripts/verify.sh
5947

6048
# ▪ Run all linters (default, uses lint-base)
6149
[group('lint')]
6250
lint-all: lint-base
63-
#!/usr/bin/env bash
64-
source "{{colors}}"
65-
just_success "All linting checks completed"
6651

6752
# Validate commit messages (conform)
6853
[group('lint')]

0 commit comments

Comments
 (0)