Skip to content

Commit

Permalink
Merge pull request #2036 from marcelofabri/redudant-acl-set
Browse files Browse the repository at this point in the history
[Swift 4.1] Add redundant_set_access_control rule
  • Loading branch information
marcelofabri authored Apr 24, 2018
2 parents 536fa6e + 1a9a4f7 commit b338918
Show file tree
Hide file tree
Showing 12 changed files with 548 additions and 391 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,11 @@ The next release will require Swift 4.0 or higher to build.
[Ornithologist Coder](https://github.com/ornithocoder)
[#2011](https://github.com/realm/SwiftLint/issues/2011)

* Add `redundant_set_access_control` rule to warn against using redundant
setter ACLs on variable declarations.
[Marcelo Fabri](https://github.com/marcelofabri)
[#1869](https://github.com/realm/SwiftLint/issues/1869)

#### Bug Fixes

* Fix some cases where `colon` rule wouldn't be autocorrected.
Expand Down
Loading

0 comments on commit b338918

Please sign in to comment.