Skip to content

Commit

Permalink
Update CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mpeterv committed May 6, 2017
1 parent 861959f commit 2b2efc0
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2b2efc0

Please sign in to comment.