Skip to content

Commit

Permalink
Updated CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mlwelles committed Jan 31, 2017
1 parent 83a104d commit 3f24204
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,12 @@
[Marcelo Fabri](https://github.com/marcelofabri)
[#1061](https://github.com/realm/SwiftLint/issues/1061)

* Add 'ignores_function_declarations' and 'ignores_comments' as options
to LineLengthRule.
[Michael Welles](https://github.com/mlwelles)
[#598](https://github.com/realm/SwiftLint/issues/598)
[#975](https://github.com/realm/SwiftLint/issues/975)

##### Bug Fixes

* Fix a false positive on `large_tuple` rule when using closures.
Expand Down Expand Up @@ -1705,7 +1711,7 @@ This release has seen a phenomenal uptake in community contributions!
* The following rules now conform to `ASTRule`:
FunctionBodyLength, Nesting, TypeBodyLength, TypeName, VariableName.
[JP Simard](https://github.com/jpsim)

##### Bug Fixes

* Trailing newline and file length violations are now displayed in Xcode.
Expand Down

0 comments on commit 3f24204

Please # to comment.