LoginSignup
4
1

More than 5 years have passed since last update.

AppCodeでSwiftLintを有効にする

Posted at

pluginsからSwiftLintと検索してインストールします。

今のところ1件しか引っかからないけど、コイツです。
* bealex/SwiftLintAppCode: Provides highlighting of the SwiftLint errors in the AppCode

設定はOther Settings - SwiftLint Configurationから。
quick-fixを有効にするかと、.swiftlint.ymlが無い時に無効にするかの設定が行えます。

Preferences.png

指摘されるとこんな感じです。

ViewController_swift_-_ExampleForConcourse_-____ios-concourse_ExampleForConcourse_.png

quick-fixが効くのなかなか良い感じです。

4
1
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
4
1