feat: Add mixed line ending check to prevent possible errors (#221)

This commit is contained in:
Maksym Vlasov 2021-09-10 22:33:03 +03:00 committed by GitHub
commit c920368fb2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 21 additions and 21 deletions

View file

@ -19,6 +19,8 @@ repos:
# Cross platform
- id: check-case-conflict
- id: mixed-line-ending
args: [--fix=lf]
# Security
- id: detect-aws-credentials