Skip to content

Commit

Permalink
fix: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
ioannisj committed Dec 2, 2024
1 parent ac4e1b0 commit f29f142
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion .swiftlint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,13 @@ disabled_rules:
- trailing_comma
- opening_brace

line_length:
line_length:
warning: 160
ignores_comments: true
excluded_lines_patterns: [
# long deprecation messages
\@available(.*/*deprecated.*)
]

file_length:
warning: 1000
Expand Down
2 changes: 1 addition & 1 deletion PostHog/Replay/PostHogReplayIntegration.swift
Original file line number Diff line number Diff line change
Expand Up @@ -467,7 +467,7 @@
if isAssetsImage(image) {
return false
}

// symbols are probably not sensitive
if image.isSymbolImage {
return false
Expand Down

0 comments on commit f29f142

Please sign in to comment.