Software /
code /
prosody-modules
Diff
.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 |
line wrap: on
line diff
--- a/.luacheckrc Wed Jan 01 10:11:08 2020 +0100 +++ b/.luacheckrc Mon Dec 30 04:04:34 2019 +0100 @@ -1,6 +1,6 @@ cache = true allow_defined_top = true -unused_secondaries = false +--unused_secondaries = false max_line_length = 150 codes = true ignore = { "411/err", "421/err", "411/ok", "421/ok", "211/_ENV" };