-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(yamllint): add
.git/
to ignores
https://gitlab.com/myii/openvpn-formula/-/jobs/1076814969#L135 ``` Check YAML syntax with yamllint..........................................Failed - hook id: yamllint - duration: 1.17s - exit code: 1 ./.git/refs/remotes/origin/ci/move-to-kitchen.windows.yml 1:1 warning missing document start "---" (document-start) ./.git/logs/refs/remotes/origin/ci/move-to-kitchen.windows.yml 1:89 error line too long (378 > 88 characters) (line-length) 1:164 error syntax error: found character '\t' that cannot start any token (syntax) ``` Happened when the branch name ended in `.yml`; shouldn't be checking under `.git/` anyway.
- Loading branch information
Showing
4 changed files
with
29 additions
and
114 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.