chore: add lint ending check to pre-commit and cleanup
This adds the line ending check that many other OpenStack projects are using and fix up the existing problem files. Change-Id: I74cf58ccbf2536f7c2fbfdc0ac6498e219d4810a Signed-off-by: Doug Goldstein <cardoe@cardoe.com>
This commit is contained in:
@@ -5,4 +5,6 @@ repos:
|
||||
hooks:
|
||||
- id: trailing-whitespace
|
||||
- id: fix-byte-order-marker
|
||||
- id: mixed-line-ending
|
||||
args: ['--fix', 'lf']
|
||||
- id: check-merge-conflict
|
||||
|
Reference in New Issue
Block a user