After trying to build this project I got a build failure due to swiftlint raising an error for the lint rule identifier_name with version 0.30.1.
Disabling this rule allows the build to succeed for now but maybe later fixing the source and enabling the rule again might be wise.
After trying to build this project I got a build failure due to swiftlint raising an error for the lint rule
identifier_name
with version0.30.1
. Disabling this rule allows the build to succeed for now but maybe later fixing the source and enabling the rule again might be wise.