Fix linting issues #7
Annotations
10 errors
yaml[line-length]:
.github/workflows/stale.yml#L19
Line too long (169 > 160 characters)
|
yaml[line-length]:
.github/workflows/stale.yml#L21
Line too long (168 > 160 characters)
|
yaml[comments]:
.travis.yml#L20
Missing starting space in comment
|
yaml[comments]:
.travis.yml#L33
Missing starting space in comment
|
yaml[line-length]:
.travis.yml#L62
Line too long (187 > 160 characters)
|
yaml[octal-values]:
tasks/config-runner.yml#L15
Forbidden implicit octal value "0644"
|
yaml[octal-values]:
tasks/global-setup.yml#L15
Forbidden implicit octal value "0600"
|
yaml[octal-values]:
tasks/install-container.yml#L12
Forbidden implicit octal value "0755"
|
yaml[octal-values]:
tasks/install-macos.yml#L33
Forbidden implicit octal value "0755"
|
yaml[line-length]:
tasks/install-windows.yml#L45
Line too long (178 > 160 characters)
|