We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f2c6e5c commit c988366Copy full SHA for c988366
scripts/build/linting.mk
@@ -84,3 +84,11 @@ slither:
84
markdownlint:
85
@echo "--> Running markdownlint"
86
@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