Skip to content

Commit c988366

Browse files
authored
Add make lint-ci which runs all CI linters (#2314)
1 parent f2c6e5c commit c988366

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

scripts/build/linting.mk

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,3 +84,11 @@ slither:
8484
markdownlint:
8585
@echo "--> Running markdownlint"
8686
@docker run --rm -v $(ROOT_DIR):/workspace -w /workspace -t markdownlint/markdownlint:latest --git-recurse **/**.md
87+
88+
#################
89+
# all ci linters #
90+
#################
91+
92+
lint-ci: lint slither gosec nilaway markdownlintg generate-check \
93+
tidy-sync-check test-unit-cover test-unit-bench test-unit-fuzz \
94+
test-forge-cover test-forge-fuzz

0 commit comments

Comments
 (0)