Skip to content

Commit

Permalink
Add changelog entries
Browse files Browse the repository at this point in the history
  • Loading branch information
jpsim committed Aug 12, 2018
1 parent 26adefb commit 59a116c
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 @@ -9,6 +9,19 @@
* Improve performance of `line_length` rule.
[Marcelo Fabri](https://github.com/marcelofabri)

* [Experimental] Add a new `CompilerArgumentRule` type which can lint Swift
files using the full type-checked AST. Rules of this type will be added over
time. The compiler log path containing the clean `swiftc` build command
invocation (incremental builds will fail) must be passed to `lint` or
`autocorrect` via the `--compiler-log-path` flag.
e.g. `--compiler-log-path /path/to/xcodebuild.log`
[JP Simard](https://github.com/jpsim)

* [Experimental] Add a new opt-in `explicit_self` rule to enforce the use of
explicit references to `self.` when accessing instance variables or
functions.
[JP Simard](https://github.com/jpsim)

#### Bug Fixes

* None.
Expand Down

0 comments on commit 59a116c

Please sign in to comment.