mirror of
https://github.com/bjc/prosody.git
synced 2025-04-03 05:07:42 +03:00
luacheckrc: Ignore long commets (e.g. license in util.sasl)
This commit is contained in:
parent
bd1b01460c
commit
8962abd55b
1 changed files with 4 additions and 0 deletions
|
@ -13,6 +13,10 @@ files["core/"] = {
|
|||
read_globals = { "prosody", "hosts" };
|
||||
globals = { "prosody.hosts.?", "hosts.?" };
|
||||
}
|
||||
files["util/"] = {
|
||||
-- Ignore unwrapped license text
|
||||
max_comment_line_length = false;
|
||||
}
|
||||
files["plugins/"] = {
|
||||
read_globals = {
|
||||
-- Module instance
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue