-
-
Notifications
You must be signed in to change notification settings - Fork 1.8k
New issue
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
Allow both .yaml and .yml for skin #2284
Allow both .yaml and .yml for skin #2284
Conversation
I think we could apply this to views.yml and config.yml, or any other yaml configuration file? 🤔️ |
I was thinking about this.
|
22b8edb
to
df9a034
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@placintaalexandru Nice work! Thank you for this nice update Alexandru!!
Just a few small picks...
Also there is an existing helper isYamlFile
(may need some TLC) but we could leverage and reuse it here see (config/plugin.go). Thank you!!
I saw |
df9a034
to
985457c
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@placintaalexandru Thank you for the updates!
#568