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
- If the stage detects a linting error in the code the stage would fail with error information.
178
180
179
-
**Exception file**
180
-
181
-
- Since this action uses multiple linters there might be errors from multiple linters as well
182
-
183
-
- If there is a flake8 failure we can use .flake8 file and similarly for other linters as well, However its not necessary each linter will have its own ignore file.
184
-
185
181
**Troubleshooting steps for failures if any**
186
182
187
-
- User can look through the details for failures in logs and browse how to resolve a specific linters error i.e for flake8 failures one in install flake8 in local env and fix the failures and push to the repository.
- User can install `pre-commit` locally and run all the linters locally (`pre-commit run --all-files`) and resolve all the issues without the necessity to test changes in the CI.
196
184
185
+
- User can look through the details for failures in logs and browse how to resolve a specific linters error i.e for flake8 failures one in install flake8 in local env and fix the failures and push to the repository.
197
186
198
-
- If the logs are too long to display User can also access raw logs and search for issues. <br />
0 commit comments