Comparison

.luacheckrc @ 9940:5d5e3d982bdc

.luacheckrc: Correct indentation of 'exclude_files' list
author Kim Alvefur <zash@zash.se>
date Mon, 01 Apr 2019 21:15:47 +0200
parent 9869:7be5477c399e
child 10496:ec67425dedf1
comparison
equal deleted inserted replaced
9939:3a7f822f6edd 9940:5d5e3d982bdc
129 -- These files have not yet been brought up to standard 129 -- These files have not yet been brought up to standard
130 -- Do not add more files here, but do help us fix these! 130 -- Do not add more files here, but do help us fix these!
131 unused_secondaries = false 131 unused_secondaries = false
132 132
133 local exclude_files = { 133 local exclude_files = {
134 "doc/net.server.lua"; 134 "doc/net.server.lua";
135 135
136 "fallbacks/bit.lua"; 136 "fallbacks/bit.lua";
137 "fallbacks/lxp.lua"; 137 "fallbacks/lxp.lua";
138 138
139 "net/cqueues.lua"; 139 "net/cqueues.lua";
140 "net/dns.lua"; 140 "net/dns.lua";
141 "net/server_select.lua"; 141 "net/server_select.lua";
142 142
143 "plugins/mod_storage_sql1.lua"; 143 "plugins/mod_storage_sql1.lua";
144 144
145 "spec/core_configmanager_spec.lua"; 145 "spec/core_configmanager_spec.lua";
146 "spec/core_moduleapi_spec.lua"; 146 "spec/core_moduleapi_spec.lua";
147 "spec/net_http_parser_spec.lua"; 147 "spec/net_http_parser_spec.lua";
148 "spec/util_events_spec.lua"; 148 "spec/util_events_spec.lua";
149 "spec/util_http_spec.lua"; 149 "spec/util_http_spec.lua";
150 "spec/util_ip_spec.lua"; 150 "spec/util_ip_spec.lua";
151 "spec/util_multitable_spec.lua"; 151 "spec/util_multitable_spec.lua";
152 "spec/util_rfc6724_spec.lua"; 152 "spec/util_rfc6724_spec.lua";
153 "spec/util_throttle_spec.lua"; 153 "spec/util_throttle_spec.lua";
154 "spec/util_xmppstream_spec.lua"; 154 "spec/util_xmppstream_spec.lua";
155 155
156 "tools/ejabberd2prosody.lua"; 156 "tools/ejabberd2prosody.lua";
157 "tools/ejabberdsql2prosody.lua"; 157 "tools/ejabberdsql2prosody.lua";
158 "tools/erlparse.lua"; 158 "tools/erlparse.lua";
159 "tools/jabberd14sql2prosody.lua"; 159 "tools/jabberd14sql2prosody.lua";
160 "tools/migration/migrator.cfg.lua"; 160 "tools/migration/migrator.cfg.lua";
161 "tools/migration/migrator/jabberd14.lua"; 161 "tools/migration/migrator/jabberd14.lua";
162 "tools/migration/migrator/mtools.lua"; 162 "tools/migration/migrator/mtools.lua";
163 "tools/migration/migrator/prosody_files.lua"; 163 "tools/migration/migrator/prosody_files.lua";
164 "tools/migration/migrator/prosody_sql.lua"; 164 "tools/migration/migrator/prosody_sql.lua";
165 "tools/migration/prosody-migrator.lua"; 165 "tools/migration/prosody-migrator.lua";
166 "tools/openfire2prosody.lua"; 166 "tools/openfire2prosody.lua";
167 "tools/xep227toprosody.lua"; 167 "tools/xep227toprosody.lua";
168 168
169 "util/sasl/digest-md5.lua"; 169 "util/sasl/digest-md5.lua";
170 } 170 }
171 for _, file in ipairs(exclude_files) do 171 for _, file in ipairs(exclude_files) do
172 files[file] = { only = {} } 172 files[file] = { only = {} }
173 end 173 end
174 end 174 end