You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -155,8 +155,9 @@ It contains following commands:
155
155
156
156
- `linters-init` - init linters on local machine
157
157
- `analyse` - analyses all code from starting commit hash to HEAD
158
-
- `fix` - analyses all code from starting commit hash to HEAD
158
+
- `analuse-fix` - analyses all code from starting commit hash to HEAD and fixes autofixable errors
159
159
- `precommit` - analyses code staged for commit
160
+
- `precommit-fix` - analyses code staged for commit and fixes autofixable errors
160
161
- `analyse-ci` - Same as 'analyse' but modified to be called during build on CI env
161
162
162
163
Update `CQ_STARTING_COMMIT_HASH` variable. Replace the sample `a000z999` commit hash with the hash from the project where you want to start linting from.
0 commit comments