Revision control

Copy as Markdown

# Swiftlint configuration overloads that will be applied to all files
# in this folder and all its children recursively, unless another
# nested configuration takes over.
disabled_rules:
# Many test use implicitly unwrapped optional properties that
# initialized in setUp and reset in tearDown.
- implicitly_unwrapped_optional