luacheck: Don't not warn about not using secondary return values
|
Kim Alvefur |
2019-12-20 |
.luacheckrc: Remove passing spec/ files from ignore list
|
Matthew Wild |
2019-12-09 |
.luacheckrc: Remove passing file from ignore list
|
Matthew Wild |
2019-12-09 |
.luacheckrc: Correct indentation of 'exclude_files' list
|
Kim Alvefur |
2019-04-01 |
.luacheckrc: Update to reflect new module API methods
|
Matthew Wild |
2019-03-19 |
luacheckrc: Teach luacheck about the new module:send_iq() API
|
Kim Alvefur |
2018-12-30 |
net.adns: Silence individual luacheck warnings instead of ignoring entire file
|
Kim Alvefur |
2018-12-24 |
luacheckrc: No longer ignore access to undefined fields on table lib
|
Kim Alvefur |
2018-12-08 |
lint: No longer ignore access to the deprecated global 'unpack'
|
Kim Alvefur |
2018-12-08 |
luacheckrc: Set Lua standard to 5.3 with 5.2 compat enabled
|
Kim Alvefur |
2018-12-08 |
mod_net_multiplex: Remove exception from luacheck
|
Kim Alvefur |
2018-10-10 |
mod_http_files: Remove exception from luacheck
|
Kim Alvefur |
2018-10-10 |
mod_privacy: Remove exception from luacheck
|
Kim Alvefur |
2018-10-10 |
mod_storage_sql: Remove exception from luacheck
|
Kim Alvefur |
2018-10-10 |
.luacheckrc: Ignore unused secondaries in non-strict mode
|
Kim Alvefur |
2018-10-06 |
.luacheckrc: Do not ignore unused secondaries in strict mode
|
Kim Alvefur |
2018-10-06 |
mod_websocket: Silence the one warning instead of ignoring the entire file
|
Kim Alvefur |
2018-09-30 |
mod_s2s: Silence all warnings instead of ignoring the entire module
|
Kim Alvefur |
2018-09-30 |
mod_admin_telnet: Remove from luacheck ignore list
|
Kim Alvefur |
2018-09-30 |
mod_admin_adhoc: Remove from global luacheck ignore list
|
Kim Alvefur |
2018-09-30 |
.luacheckrc: Allow randomize() global in spec/
|
Matthew Wild |
2018-09-29 |
util.json tests: Add [luacheck] annotation to mark intentionally-empty if branch
|
Matthew Wild |
2018-09-17 |
.luacheckrc: Remove util_cache_spec.lua from the ignore list
|
Matthew Wild |
2018-09-17 |
.luacheckrc: Remove aspirational goals from strict check, keep it simple for now
|
Matthew Wild |
2018-09-13 |
luacheckrc: Remove mod_groups from ignored files
|
Kim Alvefur |
2018-07-07 |
luacheckrc: Remove exception for modules that produce no warnings
|
Kim Alvefur |
2018-07-05 |
mod_announce: Fix luacheck warnings
|
Kim Alvefur |
2018-07-05 |
luacheckrc: Consider mod_http clean
|
Kim Alvefur |
2018-07-05 |
luacheckrc: Remove exception for mod_pep, it's clean
|
Kim Alvefur |
2018-07-05 |
.luacheckrc: Remove mod_pubsub/pubsub.lib.lua from files excluded from checks
|
Kim Alvefur |
2018-05-23 |