Skip to content

Commit

Permalink
error-reason: add errorMessageMaxLength option
Browse files Browse the repository at this point in the history
  • Loading branch information
duaraghav8 committed Jul 5, 2019
1 parent f48e0b5 commit ac37ba0
Show file tree
Hide file tree
Showing 4 changed files with 182 additions and 80 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Changelog

## 1.2.5 ()
- Added option `errorMessageMaxLength` for rule `error-reason` to specify a character limit on error message.

## 1.2.4 (2019-04-08)
- Added rule `no-trailing-whitespace` to warn the user when code, comment or blank lines contain trailing whitespaces. This rule will supply the `fix` functionality in a future release.
- Added `getLines()` sourceCode utility function for rule developers. This method returns the source code split into lines.
Expand Down
Loading

0 comments on commit ac37ba0

Please sign in to comment.