You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is it possible to use global vars from project in the .swiftlint.yml file?
I want to create a template for all projects and have a subfolder in these, that I want to exclude like this:
excluded: # paths to ignore during linting. Takes precedence over `included`.
- $(PROJECT_NAME)/Extensions
is this possible? because this does not work :-(
thanks for help
The text was updated successfully, but these errors were encountered:
Is it possible to use global vars from project in the .swiftlint.yml file?
I want to create a template for all projects and have a subfolder in these, that I want to exclude like this:
is this possible? because this does not work :-(
thanks for help
The text was updated successfully, but these errors were encountered: