This commit is contained in:
parent
e4895280a6
commit
dacb8731e9
2 changed files with 3 additions and 3 deletions
|
@ -6,4 +6,4 @@ steps:
|
|||
- name: lint
|
||||
image: registry.gitlab.com/pipeline-components/luacheck:latest
|
||||
commands:
|
||||
- luacheck .
|
||||
- luacheck --std +love +lua54 -g -u -t .
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
new_globals = { '_', 'love' }
|
||||
exclude_files = { '**/.*' }
|
||||
new_globals = { '_' }
|
||||
exclude_files = { '**/.*','vendor/*','shaders/*' }
|
||||
|
|
Loading…
Reference in a new issue