7
3

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 1 year has passed since last update.

【Swift】SwiftLintをSwiftPMで導入する

Posted at

はじめに

これのSwiftLint版です。

インストール

① 「File」を選択します
② 「Add Packages...」を選択します
スクリーンショット 2023-03-14 21.19.39.png

https://github.com/realm/SwiftLintを検索します
④ 「Dependency Rule」をBranchにしてmainを指定します
⑤ 「Add Package」を選択します
スクリーンショット 2023-03-14 21.21.35.png

⑥ 「Add Package」を選択します
スクリーンショット 2023-03-14 22.02.02.png

設定

① プロジェクトを選択します
② ターゲットを選択します
③ 「Build Phases」を選択します
④ 「+」を選択します
スクリーンショット 2023-03-14 22.06.26.png

⑤ 「SwiftLintPlugin」を選択します
⑥ 「Add」を選択します
スクリーンショット 2023-03-14 22.09.03.png

実行

① ビルドします
スクリーンショット 2023-03-14 22.17.29.png

② 「Trust & Enable All」を選択します
スクリーンショット 2023-03-14 22.18.45.png

動作しました
スクリーンショット 2023-03-14 22.20.12.png

おわり

今まで色々な方法でSwiftLintを実行してみましたが、これが1番簡単な方法だと思います。

7
3
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
7
3

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?