mirror of
https://github.com/neovim/neovim.git
synced 2025-09-09 04:48:18 +00:00
Run clint.py in some files
This commit is contained in:
@@ -3,6 +3,7 @@ compiler:
|
|||||||
- clang
|
- clang
|
||||||
- gcc
|
- gcc
|
||||||
before_install:
|
before_install:
|
||||||
|
- ./scripts/clint.sh
|
||||||
- sudo ./scripts/travis-setup.sh
|
- sudo ./scripts/travis-setup.sh
|
||||||
script:
|
script:
|
||||||
- ./scripts/travis.sh
|
- ./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
|
Reference in New Issue
Block a user