Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
style: Ignore Tests for Swiftlint
  • Loading branch information
martinpucik committed Jul 25, 2022
commit 9340a083f9b0ea092b6fe1dca83c56c657d2bd13
1 change: 1 addition & 0 deletions .swiftlint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ only_rules:
excluded:
- "**/Package.swift"
- "**/.build"
- "Tests"

colon:
apply_to_dictionaries: false
Expand Down