mirror of
https://github.com/awesomeWM/awesome
synced 2024-11-16 07:47:22 +01:00
luacheck: enable cache (#2004)
* luacheck: enable cache * Cleanup .gitignore: remove .build* and awesome We only use the "build" dir by now, where also the "awesome" binary gets created.
This commit is contained in:
parent
784472f212
commit
cdd58cc355
2 changed files with 4 additions and 2 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
@ -2,5 +2,4 @@
|
|||
.version_stamp
|
||||
.*.sw?
|
||||
build
|
||||
.build*
|
||||
/awesome
|
||||
.luacheckcache
|
||||
|
|
|
@ -46,4 +46,7 @@ globals = {
|
|||
"client"
|
||||
}
|
||||
|
||||
-- Enable cache (uses .luacheckcache relative to this rc file).
|
||||
cache = true
|
||||
|
||||
-- vim: filetype=lua:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:textwidth=80
|
||||
|
|
Loading…
Reference in a new issue