Moves lint logic into lint_clean_files.sh
This commit is contained in:
7
lint_clean_files.sh
Executable file
7
lint_clean_files.sh
Executable 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[@]}"
|
||||
Reference in New Issue
Block a user