diff options
| author | Fuwn <[email protected]> | 2025-02-22 00:41:52 -0800 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2025-02-22 00:41:52 -0800 |
| commit | c5513fb931b5bc3e7bdc5cf77bbdfbd85ab2a759 (patch) | |
| tree | d1ef199d438ba228fa577b4cd4d69710a2651a4d | |
| parent | feat: Development commit (diff) | |
| download | sora-testing-c5513fb931b5bc3e7bdc5cf77bbdfbd85ab2a759.tar.xz sora-testing-c5513fb931b5bc3e7bdc5cf77bbdfbd85ab2a759.zip | |
feat: Development commit
| -rw-r--r-- | .swiftlint.yml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.swiftlint.yml b/.swiftlint.yml index 18e7674..5080ba0 100644 --- a/.swiftlint.yml +++ b/.swiftlint.yml @@ -1,3 +1,8 @@ +strict: true + +analyzer_rules: + - all + opt_in_rules: - all |