mirror of
https://github.com/neovim/neovim.git
synced 2024-12-20 03:05:11 -07:00
Run clint.py in some files
This commit is contained in:
parent
f826b4c616
commit
0805911434
@ -3,6 +3,7 @@ compiler:
|
||||
- clang
|
||||
- gcc
|
||||
before_install:
|
||||
- ./scripts/clint.sh
|
||||
- sudo ./scripts/travis-setup.sh
|
||||
script:
|
||||
- ./scripts/travis.sh
|
||||
|
2
clint-files.txt
Normal file
2
clint-files.txt
Normal file
@ -0,0 +1,2 @@
|
||||
src/os/job.c
|
||||
src/os/job.h
|
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
|
Loading…
Reference in New Issue
Block a user