File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -16,15 +16,15 @@ git submodule update --init --recursive
1616```
1717
1818## Linting
19- Before submitting a pull request, ensure you’ve run the linting commands below and either fixed any
20- violations or suppressed the warnings.
19+ Before submitting a pull request, ensure you’ve run the linting commands below and have fixed all
20+ violations and suppressed all warnings.
2121
2222To run all linting checks:
2323``` shell
2424task lint:check
2525```
2626
27- To run all linting checks AND automatically fix any fixable issues :
27+ To run all linting checks AND fix some violations :
2828``` shell
2929task lint:fix
3030```
Original file line number Diff line number Diff line change 99
1010tasks :
1111 clean :
12- desc : " Removes project builds ."
12+ desc : " Removes the project build directory ."
1313 cmds :
1414 - " rm -rf '{{.G_BUILD_DIR}}'"
1515
Original file line number Diff line number Diff line change 1616 - task : " yaml-check"
1717
1818 fix :
19- desc : " Runs the full suite of linters and automatically fixes any fixable issues ."
19+ desc : " Runs the full suite of linters and fixes some violations ."
2020 cmds :
2121 - task : " yaml-fix"
2222
You can’t perform that action at this time.
0 commit comments