.luacheckrc: Correct indentation of 'exclude_files' list
|
Kim Alvefur |
Mon, 01 Apr 2019 21:15:47 +0200 |
.luacheckrc: Update to reflect new module API methods
|
Matthew Wild |
Tue, 19 Mar 2019 09:07:36 +0000 |
luacheckrc: Teach luacheck about the new module:send_iq() API
|
Kim Alvefur |
Sun, 30 Dec 2018 03:20:37 +0100 |
net.adns: Silence individual luacheck warnings instead of ignoring entire file
|
Kim Alvefur |
Mon, 24 Dec 2018 03:00:27 +0100 |
luacheckrc: No longer ignore access to undefined fields on table lib
|
Kim Alvefur |
Sat, 08 Dec 2018 17:13:39 +0100 |
lint: No longer ignore access to the deprecated global 'unpack'
|
Kim Alvefur |
Sat, 08 Dec 2018 17:07:28 +0100 |
luacheckrc: Set Lua standard to 5.3 with 5.2 compat enabled
|
Kim Alvefur |
Sat, 08 Dec 2018 17:00:30 +0100 |
mod_net_multiplex: Remove exception from luacheck
|
Kim Alvefur |
Wed, 10 Oct 2018 21:55:58 +0200 |
mod_http_files: Remove exception from luacheck
|
Kim Alvefur |
Wed, 10 Oct 2018 21:53:15 +0200 |
mod_privacy: Remove exception from luacheck
|
Kim Alvefur |
Wed, 10 Oct 2018 21:48:38 +0200 |
mod_storage_sql: Remove exception from luacheck
|
Kim Alvefur |
Wed, 10 Oct 2018 21:22:43 +0200 |
.luacheckrc: Ignore unused secondaries in non-strict mode
|
Kim Alvefur |
Sat, 06 Oct 2018 18:56:22 +0200 |
.luacheckrc: Do not ignore unused secondaries in strict mode
|
Kim Alvefur |
Sat, 06 Oct 2018 18:52:52 +0200 |
mod_websocket: Silence the one warning instead of ignoring the entire file
|
Kim Alvefur |
Sun, 30 Sep 2018 17:55:13 +0200 |
mod_s2s: Silence all warnings instead of ignoring the entire module
|
Kim Alvefur |
Sun, 30 Sep 2018 17:49:56 +0200 |
mod_admin_telnet: Remove from luacheck ignore list
|
Kim Alvefur |
Sun, 30 Sep 2018 14:38:32 +0200 |
mod_admin_adhoc: Remove from global luacheck ignore list
|
Kim Alvefur |
Sun, 30 Sep 2018 13:37:13 +0200 |
.luacheckrc: Allow randomize() global in spec/
|
Matthew Wild |
Sat, 29 Sep 2018 12:20:51 +0100 |
util.json tests: Add [luacheck] annotation to mark intentionally-empty if branch
|
Matthew Wild |
Mon, 17 Sep 2018 15:28:53 +0100 |
.luacheckrc: Remove util_cache_spec.lua from the ignore list
|
Matthew Wild |
Mon, 17 Sep 2018 15:27:01 +0100 |
.luacheckrc: Remove aspirational goals from strict check, keep it simple for now
|
Matthew Wild |
Thu, 13 Sep 2018 16:17:46 +0100 |
luacheckrc: Remove mod_groups from ignored files
|
Kim Alvefur |
Sat, 07 Jul 2018 21:00:14 +0200 |
luacheckrc: Remove exception for modules that produce no warnings
|
Kim Alvefur |
Fri, 06 Jul 2018 00:19:22 +0200 |
mod_announce: Fix luacheck warnings
|
Kim Alvefur |
Fri, 06 Jul 2018 00:16:48 +0200 |
luacheckrc: Consider mod_http clean
|
Kim Alvefur |
Fri, 06 Jul 2018 00:16:17 +0200 |
luacheckrc: Remove exception for mod_pep, it's clean
|
Kim Alvefur |
Fri, 06 Jul 2018 00:06:36 +0200 |
.luacheckrc: Remove mod_pubsub/pubsub.lib.lua from files excluded from checks
|
Kim Alvefur |
Wed, 23 May 2018 15:02:55 +0200 |
.luacheckrc: Only ignore warnings for excluded files, not syntax errors
|
Kim Alvefur |
Wed, 23 May 2018 00:55:33 +0200 |
.luacheckrc: Ignore attempts to get table.unpack
|
Kim Alvefur |
Sat, 19 May 2018 00:30:34 +0200 |
.luacheckrc: Remove mod_limits from excluded files as it should now be clean
|
Kim Alvefur |
Fri, 18 May 2018 21:10:51 +0200 |
.luacheckrc: Add some additional stricter requirements when PROSODY_STRICT_LINT=1
|
Matthew Wild |
Fri, 18 May 2018 15:02:00 +0100 |
.luacheckrc: Ignore currently-unclean files unless env var PROSODY_STRICT_LINT=1
|
Matthew Wild |
Fri, 18 May 2018 15:01:38 +0100 |
.luacheckrc: Fix whitespace
|
Matthew Wild |
Fri, 18 May 2018 15:00:14 +0100 |
luacheckrc: No longer ignore use of the global 'server' (net.server)
|
Kim Alvefur |
Thu, 05 Apr 2018 19:37:32 +0200 |
luacheckrc: Forget about _G.hosts, things should use _G.prosody.hosts
|
Kim Alvefur |
Thu, 29 Mar 2018 16:42:24 +0200 |
luacheckrc: Remove allowance for the global log() since it may not exist as early as before
|
Kim Alvefur |
Thu, 05 Apr 2018 15:56:47 +0200 |
luacheckrc: Allow top level variables in prosodyctl (eg CFG_*) [luacheck]
|
Kim Alvefur |
Fri, 23 Mar 2018 13:18:28 +0100 |
luacheckrc: Let luacheck know about the log and server globals
|
Kim Alvefur |
Fri, 23 Mar 2018 13:16:14 +0100 |
luacheckrc: Only allow top level declarations in the main prosody executable
|
Kim Alvefur |
Fri, 23 Mar 2018 13:13:07 +0100 |
luacheckrc: Ignore all unknown globals in config file (ie all settings)
|
Kim Alvefur |
Sat, 10 Mar 2018 00:08:21 +0100 |
luacheckrc: Restore module semantics, but only for plugins (ignores some globals)
|
Kim Alvefur |
Fri, 09 Mar 2018 19:23:19 +0100 |
.luacheckrc: Add awareness of the module:http_url API added by mod_http
|
Kim Alvefur |
Wed, 07 Mar 2018 19:21:24 +0100 |
luacheckrc: Remove allowance legacy module() related globals
|
Kim Alvefur |
Wed, 07 Mar 2018 19:20:31 +0100 |
luacheckrc: Reflow globals settings
|
Kim Alvefur |
Wed, 07 Mar 2018 19:19:56 +0100 |
luacheckrc: Declare known global functions in config file
|
Kim Alvefur |
Thu, 01 Mar 2018 21:58:50 +0100 |
moduleapi: Remove unused and undocumented :has_feature and :has_identity
|
Kim Alvefur |
Fri, 23 Feb 2018 17:11:59 +0100 |
luacheckrc: Ignore long commets (e.g. license in util.sasl)
|
Kim Alvefur |
Fri, 10 Nov 2017 05:34:29 +0100 |
.luacheckrc: Add busted globals for spec/* (thanks av6!)
|
Matthew Wild |
Sat, 16 Sep 2017 10:13:39 +0100 |
luacheckrc: Declare module.environment as writable (thanks Link Mauve)
|
Kim Alvefur |
Sun, 02 Apr 2017 22:26:52 +0200 |
luacheckrc: Add module:get_option_scalar to known globals
|
Kim Alvefur |
Thu, 16 Mar 2017 21:05:44 +0100 |
luacheckrc: Ignore shadowing of logger
|
Kim Alvefur |
Mon, 06 Mar 2017 15:22:00 +0100 |
luacheckrc: Include entire module API
|
Kim Alvefur |
Mon, 06 Mar 2017 15:11:37 +0100 |
core: Allow select core modules to mutate some globals (needs luacheck 1.19)
|
Kim Alvefur |
Sat, 04 Mar 2017 20:09:28 +0100 |
luacheckrc: Set max line length to 150 for now [luacheck]
|
Kim Alvefur |
Sat, 04 Mar 2017 20:06:29 +0100 |
luacheckrc: Allow mutating the global prosody and hosts tables in core/ (luacheck 0.18 adds detection of indirect mutation)
|
Kim Alvefur |
Sat, 28 Jan 2017 17:02:28 +0100 |
luacheckrc: make module a global in plugins/
|
Anton Shestakov |
Sat, 09 Jul 2016 10:17:00 +0800 |
luacheckrc: make test helpers read-only globals, add testlib_new_env and runtest
|
Anton Shestakov |
Sat, 09 Jul 2016 10:08:35 +0800 |
luacheckrc: Ignore assert helper functions used in tests/*
|
Kim Alvefur |
Fri, 08 Jul 2016 19:20:49 +0200 |
.luacheckrc: Whitelist import() global function
|
Matthew Wild |
Thu, 10 Dec 2015 17:58:52 +0000 |
luacheckrc: Ignore unused _ENV variable
|
Kim Alvefur |
Thu, 20 Aug 2015 10:10:36 +0200 |