moby/hack/validate
Sebastiaan van Stijn df1d66e6ba
Set locale to fix yamlllint
Attempting to fix;

```
21:16:00 Traceback (most recent call last):
21:16:00 File "/usr/local/bin/yamllint", line 11, in <module>
21:16:00 sys.exit(run())
21:16:00 File "/usr/local/lib/python3.5/dist-packages/yamllint/cli.py", line 170, in run
21:16:00 problems = linter.run(f, conf, filepath)
21:16:00 File "/usr/local/lib/python3.5/dist-packages/yamllint/linter.py", line 233, in run
21:16:00 content = input.read()
21:16:00 File "/usr/lib/python3.5/encodings/ascii.py", line 26, in decode
21:16:00 return codecs.ascii_decode(input, self.errors)[0]
21:16:00 UnicodeDecodeError: 'ascii' codec can't decode byte 0xe2 in position 123522: ordinal not in range(128)
21:16:00 Build step 'Execute shell' marked build as failure
```

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
(cherry picked from commit b5e5cac0f5)
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2019-08-19 19:53:53 +02:00
..
.swagger-yamllint Add swagger.yaml validation 2016-11-07 11:03:21 -08:00
.validate hack: no need to git fetch in CI 2019-02-05 02:54:50 +00:00
all Shell scripts: fix bare variables 2019-01-10 02:50:47 +01:00
changelog-date-descending hack: fix mixed tabs/spaces for indentation 2019-08-19 19:53:47 +02:00
changelog-well-formed hack: fix mixed tabs/spaces for indentation 2019-08-19 19:53:47 +02:00
dco Shell scripts: fix bare variables 2019-01-10 02:50:47 +01:00
default validate: temporarily disable deprecate-integration-cli as part of a revert 2019-06-18 18:55:04 +00:00
default-seccomp Revert "Bash scripts; use double brackets, fix bare variables, add quotes" 2019-01-10 02:23:38 +01:00
deprecate-integration-cli hack: fix mixed tabs/spaces for indentation 2019-08-19 19:53:47 +02:00
gometalinter Shell scripts: fix bare variables 2019-01-10 02:50:47 +01:00
gometalinter.json *: remove interfacer linter from CI 2019-03-13 11:48:39 +11:00
pkg-imports Revert "Bash scripts; use double brackets, fix bare variables, add quotes" 2019-01-10 02:23:38 +01:00
swagger Set locale to fix yamlllint 2019-08-19 19:53:53 +02:00
swagger-gen hack: fix mixed tabs/spaces for indentation 2019-08-19 19:53:47 +02:00
test-imports Revert "Bash scripts; use double brackets, fix bare variables, add quotes" 2019-01-10 02:23:38 +01:00
toml Revert "Bash scripts; use double brackets, fix bare variables, add quotes" 2019-01-10 02:23:38 +01:00
vendor Revert "Bash scripts; use double brackets, fix bare variables, add quotes" 2019-01-10 02:23:38 +01:00