Moves lint logic into lint_clean_files.sh

This commit is contained in:
David Farrell
2020-11-03 10:10:11 -08:00
parent 447448b357
commit da9b710014
3 changed files with 9 additions and 1 deletions

7
lint_clean_files.sh Executable file
View File

@@ -0,0 +1,7 @@
#!/usr/bin/env bash
# Pull list of checkable files from clean_files.txt
#
mapfile -t FILES < clean_files.txt
pre-commit run --files "${FILES[@]}"