diff options
author | Matthew Wild <mwild1@gmail.com> | 2019-12-09 12:42:22 +0000 |
---|---|---|
committer | Matthew Wild <mwild1@gmail.com> | 2019-12-09 12:42:22 +0000 |
commit | 6866201d71f4419d6e0bc0169aa6c9f79e3c4695 (patch) | |
tree | 41513ddbcb7d911b009b1ff27287afe15d57db6b /.luacheckrc | |
parent | 8d23fdfc77ff7ba88e749662dd3eaeefbf951f47 (diff) | |
download | prosody-6866201d71f4419d6e0bc0169aa6c9f79e3c4695.tar.gz prosody-6866201d71f4419d6e0bc0169aa6c9f79e3c4695.zip |
.luacheckrc: Remove passing file from ignore list
Diffstat (limited to '.luacheckrc')
-rw-r--r-- | .luacheckrc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/.luacheckrc b/.luacheckrc index f6760ee3..2f3cc1dc 100644 --- a/.luacheckrc +++ b/.luacheckrc @@ -142,7 +142,6 @@ if os.getenv("PROSODY_STRICT_LINT") ~= "1" then "plugins/mod_storage_sql1.lua"; - "spec/core_configmanager_spec.lua"; "spec/core_moduleapi_spec.lua"; "spec/net_http_parser_spec.lua"; "spec/util_events_spec.lua"; |