Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(ci): Check for UTF16 encoding #187

Merged
merged 4 commits into from
Aug 8, 2021
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
[ci skip]
  • Loading branch information
Ash258 committed Aug 8, 2021
commit 6b4199c21cfefb8121a9e4875a4e6bda406fbd8c
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
- Allow `$schema` property
- **CI**:
- Files with multiple empty lines at the end now produce error
- `UTF8-Bom`, `UTF16 BE`, `UTF16 LE` are prohibited
- `UTF8-Bom`, `UTF16 BE`, `UTF16 LE` files are prohibited
- Support basic validation of yml typed manifests
- Support validation of all archived manifests
- **scoop-cat**: Add `-f`, `--format` options
Expand Down