Skip to content

Commit

Permalink
Include for linting explicitly only Sources/ Tests/ and Package.swift
Browse files Browse the repository at this point in the history
  • Loading branch information
valeriyvan committed Apr 30, 2024
1 parent ba7c4c6 commit 7b102c2
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .swiftlint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@
### Rule modifications
###

included: # case-sensitive paths to include during linting. `--path` is ignored if present
- Sources
- Tests
- Package.swift

identifier_name:
min_length:
error: 0
Expand All @@ -15,3 +20,4 @@ line_length:
ignores_function_declarations: false
ignores_comments: false
ignores_urls: true

0 comments on commit 7b102c2

Please sign in to comment.