Software /
code /
prosody-modules
Comparison
.luacheckrc @ 3794:4b258329e6e4
mod_rest: Initial commit of another RESTful API module
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Mon, 30 Dec 2019 04:04:34 +0100 |
parent | 3524:a7a751e57f32 |
child | 4755:99b467605dfc |
comparison
equal
deleted
inserted
replaced
3793:0d3926e49b55 | 3794:4b258329e6e4 |
---|---|
1 cache = true | 1 cache = true |
2 allow_defined_top = true | 2 allow_defined_top = true |
3 unused_secondaries = false | 3 --unused_secondaries = false |
4 max_line_length = 150 | 4 max_line_length = 150 |
5 codes = true | 5 codes = true |
6 ignore = { "411/err", "421/err", "411/ok", "421/ok", "211/_ENV" }; | 6 ignore = { "411/err", "421/err", "411/ok", "421/ok", "211/_ENV" }; |
7 read_globals = { | 7 read_globals = { |
8 "prosody", | 8 "prosody", |