We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fdc5ed2 commit d0c423eCopy full SHA for d0c423e
1 file changed
.github/workflows/codeChecks.yml
@@ -76,5 +76,5 @@ jobs:
76
- name: Check for boilerplate code
77
# This step checks for boilerplate code in the codebase
78
run: |
79
- python3 ./scripts/check_boilerplate.py "./src" --marker-file ./scripts/check_boilerplate.txt
80
- python3 ./scripts/check_boilerplate.py "./test" --marker-file ./scripts/check_boilerplate.txt
+ python3 ./scripts/check_boilerplate.py --src "./src" --boilerplate ./scripts/check_boilerplate.txt
+ python3 ./scripts/check_boilerplate.py --src "./test" --boilerplate ./scripts/check_boilerplate.txt
0 commit comments