File tree 3 files changed +23
-1
lines changed
3 files changed +23
-1
lines changed Original file line number Diff line number Diff line change
1
+ formatter = " plain"
2
+ std = " luajit"
3
+
4
+ codes = true
5
+ unused = false
6
+ unused_args = false
7
+ global = false
8
+ max_line_length = false
9
+ ignore = {
10
+ " 3." ,
11
+ " 4." ,
12
+ " 5." ,
13
+ " 6."
14
+ }
Original file line number Diff line number Diff line change @@ -16,6 +16,7 @@ addons:
16
16
- mysql-client-core-5.6
17
17
- mysql-server-5.6
18
18
- mysql-client-5.6
19
+ - luarocks
19
20
20
21
install :
21
22
- sudo update-alternatives --install /usr/bin/g++ g++ /usr/bin/g++-7 90
@@ -28,4 +29,5 @@ before_script:
28
29
script :
29
30
- ./configure
30
31
- make
31
- - sh travis_sql.sh
32
+ - sh travis_sql.sh
33
+ - sh travis_lua.sh
Original file line number Diff line number Diff line change
1
+ #! /bin/bash
2
+ luarocks install luacheck --local
3
+ luarocks install lanes --local
4
+
5
+ luacheck scripts -j 4
6
+ exit $?
You can’t perform that action at this time.
0 commit comments