1
0
Fork 0

ci
continuous-integration/drone/push Build is failing Details

This commit is contained in:
Martijn de Boer 2022-10-16 15:28:51 +02:00
parent e4895280a6
commit dacb8731e9
No known key found for this signature in database
GPG Key ID: 9D2E42402DD372D1
2 changed files with 3 additions and 3 deletions

View File

@ -6,4 +6,4 @@ steps:
- name: lint
image: registry.gitlab.com/pipeline-components/luacheck:latest
commands:
- luacheck .
- luacheck --std +love +lua54 -g -u -t .

View File

@ -1,2 +1,2 @@
new_globals = { '_', 'love' }
exclude_files = { '**/.*' }
new_globals = { '_' }
exclude_files = { '**/.*','vendor/*','shaders/*' }