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
Allow automatically using .swiftlint.yaml in addition to .swiftlint.yml (note the different extensions).
I don't care which one selected over the other if both exist, it would just be nice to be able to have all my YAML files use the same extension (without having to manually reference config files in command line), but some tools automatically use only .yml while some others automatically use only .yaml.
New Issue Checklist
Feature or Enhancement Proposal
Allow automatically using
.swiftlint.yaml
in addition to.swiftlint.yml
(note the different extensions).I don't care which one selected over the other if both exist, it would just be nice to be able to have all my YAML files use the same extension (without having to manually reference config files in command line), but some tools automatically use only
.yml
while some others automatically use only.yaml
.YAML officially recommends
.yaml
.The text was updated successfully, but these errors were encountered: