Skip to content

Commit

Permalink
modify changelog for issues realm#187, realm#189 and parameter rules …
Browse files Browse the repository at this point in the history
…on variable name
  • Loading branch information
mmorier committed Nov 11, 2015
1 parent 8f1788a commit fc90914
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,25 @@
`OptionSetType` subclasses.
[Will Fleming](https://github.com/wfleming)

* Add `VariableNameMaxLengthRule` and `VariableNameMinLengthRule` parameter rules.
Remove length checks on `VariableNameRule`.
[Mickael Morier](https://github.com/mmorier)

##### Bug Fixes

* All rules now print their identifiers in reports.
[JP Simard](https://github.com/jpsim)
[#180](https://github.com/realm/SwiftLint/issues/180)

* `ControlStatementRule` now detects all violations.
[Mickael Morier](https://github.com/mmorier)
[#187](https://github.com/realm/SwiftLint/issues/187)

* `ControlStatementRule` no longer triggers a violation for acceptable use of
parentheses.
[Mickael Morier](https://github.com/mmorier)
[#189](https://github.com/realm/SwiftLint/issues/189)

* Nesting rule no longer triggers a violation for enums nested one level deep.
[JP Simard](https://github.com/jpsim)
[#190](https://github.com/realm/SwiftLint/issues/190)
Expand Down

0 comments on commit fc90914

Please sign in to comment.