Skip to content

Commit

Permalink
Revert "hack/yaml-lint: No-op this script"
Browse files Browse the repository at this point in the history
This reverts commit 8ff1cee
(2018-09-28, openshift#370).

We moved from Glide to dep in 1f45543 (vendor: switch from glide to
dep, 2018-09-28, openshift#380), so we no longer need to worry about yamllint
vs. Glide.yaml.
  • Loading branch information
wking committed Nov 8, 2018
1 parent 6c4160f commit 80f8208
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ For contributors who want to work up pull requests, the workflow is roughly:
hack/shellcheck.sh
hack/tf-fmt.sh -list -check
hack/tf-lint.sh
hack/yaml-lint.sh
```
7. Submit a pull request to the original repository.
8. The [repo](OWNERS) [owners](OWNERS_ALIASES) will respond to your issue promptly, following [the ususal Prow workflow][prow-review].
Expand Down
1 change: 0 additions & 1 deletion hack/yaml-lint.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
#!/bin/sh
exit 0 # temporarily disable while we work out whether to drop this
if [ "$IS_CONTAINER" != "" ]; then
yamllint --config-data "{extends: default, rules: {line-length: {level: warning, max: 120}}}" .
else
Expand Down

0 comments on commit 80f8208

Please sign in to comment.