This is an automated email from the ASF dual-hosted git repository.
raulcd pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/arrow-swift.git
The following commit(s) were added to refs/heads/main by this push:
new 024ce73 chore: remove redundant `--strict` option from `swiftlint`
(#26)
024ce73 is described below
commit 024ce73d36b1e0e149632b2c776dbd05b946f7fb
Author: Sutou Kouhei <[email protected]>
AuthorDate: Thu Jun 5 17:10:52 2025 +0900
chore: remove redundant `--strict` option from `swiftlint` (#26)
## What's Changed
`--strict` is ignored with `--fix`.
Closes #25.
---
.pre-commit-config.yaml | 1 -
1 file changed, 1 deletion(-)
diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml
index 08682ff..2468305 100644
--- a/.pre-commit-config.yaml
+++ b/.pre-commit-config.yaml
@@ -23,4 +23,3 @@ repos:
args:
- "--fix"
- "--format"
- - "--strict"