Skip to content

Commit

Permalink
👷 (linter): Swiftlint - remove --strick flag
Browse files Browse the repository at this point in the history
  • Loading branch information
ladislas committed Dec 11, 2023
1 parent 71af63f commit ae43238
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-linter-swiftlint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,4 @@ jobs:
|| echo "No files added nor modified!"
git diff origin/main --name-only --diff-filter=AMCR \
| xargs --no-run-if-empty swiftlint lint --quiet --strict --reporter github-actions-logging
| xargs --no-run-if-empty swiftlint lint --quiet --reporter github-actions-logging

0 comments on commit ae43238

Please sign in to comment.