mirror of
https://github.com/neovim/neovim.git
synced 2025-09-07 11:58:17 +00:00
Run clint.py in some files
This commit is contained in:
5
scripts/clint.sh
Executable file
5
scripts/clint.sh
Executable file
@@ -0,0 +1,5 @@
|
||||
#!/bin/sh
|
||||
|
||||
for file in $(cat clint-files.txt); do
|
||||
./clint.py $file
|
||||
done
|
Reference in New Issue
Block a user