From 720b39d73104a9f1e056e5f68e5fd85a980f44af Mon Sep 17 00:00:00 2001 From: Norio Nomura Date: Wed, 18 Nov 2015 13:03:48 +0900 Subject: [PATCH] Add an entry of #193 to CHANGELING.md by following to CONTRIBUTING.md It was missing on #193. --- CHANGELOG.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 58b90320562..e94031e08ba 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -39,6 +39,11 @@ * Add force try rule. [JP Simard](https://github.com/jpsim) +* Support linting from Input Files provided by Run Script Phase of Xcode with + `--use-script-input-files`. + [Norio Nomura](https://github.com/norio-nomura) + [#193](https://github.com/realm/SwiftLint/pull/193) + ##### Bug Fixes * All rules now print their identifiers in reports. @@ -49,7 +54,7 @@ [Mickael Morier](https://github.com/mmorier) [#187](https://github.com/realm/SwiftLint/issues/187) -* `ControlStatementRule` no longer triggers a violation for acceptable use of +* `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)