We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Description
With the current swiftlint github action & generalized config file we're running into several issues mainly access control. Fix these!
Reason
Explicitly specifying the access levels makes the library more robust, because we explicitly know what code / types are being exposed.
Changes
Additional context
https://github.com/GetAutomaApp/opensource-actions/tree/main/swiftlint
The text was updated successfully, but these errors were encountered:
AdonisCodes
Successfully merging a pull request may close this issue.
Description
With the current swiftlint github action & generalized config file we're running into several issues mainly access control. Fix these!
Reason
Explicitly specifying the access levels makes the library more robust, because we explicitly know what code / types are being exposed.
Changes
Additional context
https://github.com/GetAutomaApp/opensource-actions/tree/main/swiftlint
The text was updated successfully, but these errors were encountered: