From 2b2efc0b288a563c2d87bf2baa76641d19c35d2c Mon Sep 17 00:00:00 2001 From: Peter Melnichenko Date: Sat, 6 May 2017 19:13:53 +0300 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6a11edc8..62bc6ed3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,14 @@ ### New features and improvements +* If project-specific `.luacheckrc` is not found, `luacheck` will now use + config from some global location if it is present there. Default global + location is + `%USERPROFILE%\Local Settings\Application Data\Luacheck\Config\.luacheckrc` + on Windows and `$XDG_CONFIG_HOME/luacheck/.luacheckrc` or + `~/.config/luacheck/.luacheckrc` on other systems. + This behaviour can be tweaked with `--default-config` and + `--no-default-config` options (#102). * New `--[no-]max-code-line-length`, `--[no-]max-string-line-length`, `--[no-]max-comment-line-length` CLI options and corresponding config and inline options that limit line length only for subsets of lines