mirror of
https://github.com/tofuutils/pre-commit-opentofu.git
synced 2025-10-15 17:38:54 +02:00
feat: Add mixed line ending check to prevent possible errors (#221)
This commit is contained in:
parent
ce02f94e46
commit
c920368fb2
3 changed files with 21 additions and 21 deletions
|
|
@ -19,6 +19,8 @@ repos:
|
|||
|
||||
# Cross platform
|
||||
- id: check-case-conflict
|
||||
- id: mixed-line-ending
|
||||
args: [--fix=lf]
|
||||
|
||||
# Security
|
||||
- id: detect-aws-credentials
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue