aboutsummaryrefslogtreecommitdiffstats
path: root/.luacheckrc
Commit message (Expand)AuthorAgeFilesLines
* luacheck: Shut up (backports 3caff1f93520, ignores module deleted in trunk)Kim Alvefur2022-05-301-0/+2
* Backport 875f73ead4e8 8e4033213c62 to deal with luacheck 0.26Kim Alvefur2022-07-081-1/+1
* mod_c2s,mod_s2s: Disable and close port listeners before closing sessionsKim Alvefur2022-02-111-0/+1
* prosody: Expose main thread on the 'prosody' globalKim Alvefur2021-10-061-0/+3
* mod_cron: Add a 'weekly' job frequencyKim Alvefur2021-12-031-0/+1
* core.moduleapi: Add API for adding daily or hourly tasks via mod_cronKim Alvefur2021-11-211-0/+2
* Statistics: Rewrite statistics backends to use OpenMetricsJonas Schäfer2021-04-181-3/+1
* util.datamapper: Library for extracting data from stanzasKim Alvefur2021-03-071-0/+3
* util.jsonschema: Library for JSON Schema validationKim Alvefur2021-03-061-0/+3
* luacheck: Remove exception for net.cqueues since it is now cleanKim Alvefur2020-07-081-1/+0
* util.sasl.digest-md5: Remove, obsolete since 2011Kim Alvefur2020-04-141-2/+0
* luacheck: Don't not warn about not using secondary return valuesKim Alvefur2019-12-201-1/+0
* .luacheckrc: Remove passing spec/ files from ignore listMatthew Wild2019-12-091-3/+0
* .luacheckrc: Remove passing file from ignore listMatthew Wild2019-12-091-1/+0
* .luacheckrc: Correct indentation of 'exclude_files' listKim Alvefur2019-04-011-30/+30
* .luacheckrc: Update to reflect new module API methodsMatthew Wild2019-03-191-1/+4
* luacheckrc: Teach luacheck about the new module:send_iq() APIKim Alvefur2018-12-301-0/+1
* net.adns: Silence individual luacheck warnings instead of ignoring entire fileKim Alvefur2018-12-241-1/+0
* luacheckrc: No longer ignore access to undefined fields on table libKim Alvefur2018-12-081-1/+1
* lint: No longer ignore access to the deprecated global 'unpack'Kim Alvefur2018-12-081-1/+1
* luacheckrc: Set Lua standard to 5.3 with 5.2 compat enabledKim Alvefur2018-12-081-0/+1
* mod_net_multiplex: Remove exception from luacheckKim Alvefur2018-10-101-1/+0
* mod_http_files: Remove exception from luacheckKim Alvefur2018-10-101-1/+0
* mod_privacy: Remove exception from luacheckKim Alvefur2018-10-101-1/+0
* mod_storage_sql: Remove exception from luacheckKim Alvefur2018-10-101-1/+0
* .luacheckrc: Ignore unused secondaries in non-strict modeKim Alvefur2018-10-061-2/+2
* .luacheckrc: Do not ignore unused secondaries in strict modeKim Alvefur2018-10-061-0/+1
* mod_websocket: Silence the one warning instead of ignoring the entire fileKim Alvefur2018-09-301-1/+0
* mod_s2s: Silence all warnings instead of ignoring the entire moduleKim Alvefur2018-09-301-2/+0
* mod_admin_telnet: Remove from luacheck ignore listKim Alvefur2018-09-301-1/+0
* mod_admin_adhoc: Remove from global luacheck ignore listKim Alvefur2018-09-301-1/+0
* .luacheckrc: Allow randomize() global in spec/Matthew Wild2018-09-291-1/+2
* util.json tests: Add [luacheck] annotation to mark intentionally-empty if branchMatthew Wild2018-09-171-1/+0
* .luacheckrc: Remove util_cache_spec.lua from the ignore listMatthew Wild2018-09-171-1/+0
* .luacheckrc: Remove aspirational goals from strict check, keep it simple for nowMatthew Wild2018-09-131-3/+0
* luacheckrc: Remove mod_groups from ignored filesKim Alvefur2018-07-071-1/+0
* luacheckrc: Remove exception for modules that produce no warningsKim Alvefur2018-07-061-3/+0
* mod_announce: Fix luacheck warningsKim Alvefur2018-07-061-1/+0
* luacheckrc: Consider mod_http cleanKim Alvefur2018-07-061-1/+0
* luacheckrc: Remove exception for mod_pep, it's cleanKim Alvefur2018-07-061-1/+0
* .luacheckrc: Remove mod_pubsub/pubsub.lib.lua from files excluded from checksKim Alvefur2018-05-231-1/+0
* .luacheckrc: Only ignore warnings for excluded files, not syntax errorsKim Alvefur2018-05-231-1/+4
* .luacheckrc: Ignore attempts to get table.unpackKim Alvefur2018-05-191-1/+1
* .luacheckrc: Remove mod_limits from excluded files as it should now be cleanKim Alvefur2018-05-181-1/+0
* .luacheckrc: Add some additional stricter requirements when PROSODY_STRICT_LI...Matthew Wild2018-05-181-0/+3
* .luacheckrc: Ignore currently-unclean files unless env var PROSODY_STRICT_LINT=1Matthew Wild2018-05-181-0/+64
* .luacheckrc: Fix whitespaceMatthew Wild2018-05-181-1/+1
* luacheckrc: No longer ignore use of the global 'server' (net.server)Kim Alvefur2018-04-051-1/+0
* luacheckrc: Forget about _G.hosts, things should use _G.prosody.hostsKim Alvefur2018-03-291-2/+0
* luacheckrc: Remove allowance for the global log() since it may not exist as e...Kim Alvefur2018-04-051-1/+0