Closed polac24 closed 2 years ago
Hi @polac24!
There seems to be a lot of issues with trailing_dot_in_comments
which causes a generic file header to violate SwiftLint rules
// Copyright (c) 2021 Spotify AB. – violates
// Copyright (c) 2021 Spotify AB – passes
Should we maybe disable that rule in .swiftlint.yml
?
I am fine to relax our linting rules and get rid of trailing_dot_in_comments
.
Swiftlint reports warnings so non-strict linting is performed. Fix all warnings and enabled
strict
linting mode.