-
Notifications
You must be signed in to change notification settings - Fork 2.2k
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
.swiftlint.yml in home dir #606
Comments
That's not currently supported, so this is a new feature request. |
Not sure if this should be a separate feature request or an extension of this existing one, but remote configuration files (not just home dir) would be nice as well. The Ruby linter RuboCop allows this with explicit inheritance http://rubocop.readthedocs.io/en/latest/configuration/#inheriting-configuration-from-a-remote-url |
Correct me if I'm wrong, but that currently works. Configs are nested. |
Only configs nested within your project are nested. |
or more precisely, configs in or nested in the working directory are applied |
We would really like to be able to run This is because we have lots of repos, and use a common git submodule to include files that we need in all of them. So, we'd do:
|
@ianpartridge you can do that, but you do have to specify the
|
This issue has been automatically marked as stale because it has not had any recent activity. Please comment to prevent this issue from being closed. Thank you for your contributions! |
I would like to place a global (and central managed) configuration for all of our projects in
~/.swiftlint.yml
, but that doesn't seem to work.Bug (therefore a feature request) or feature?
The text was updated successfully, but these errors were encountered: