We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ea75d62 commit 28a9982Copy full SHA for 28a9982
justfile
@@ -42,27 +42,12 @@ verify:
42
43
# ▪ Run all base linters (universal linters for any project)
44
[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"
+lint-base:
+ @./scripts/verify.sh
59
60
# ▪ Run all linters (default, uses lint-base)
61
62
lint-all: lint-base
63
64
65
- just_success "All linting checks completed"
66
67
# Validate commit messages (conform)
68
0 commit comments