Skip to content
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

Support for SCREAMING_SNAKE_CASE #44

Closed
aegirokran opened this issue Jan 29, 2021 · 3 comments · Fixed by #66
Closed

Support for SCREAMING_SNAKE_CASE #44

aegirokran opened this issue Jan 29, 2021 · 3 comments · Fixed by #66

Comments

@aegirokran
Copy link

In our projects, we tend to add may items to the ignore list in the .ls-lint.yml config file for common Markdown files. Per industry common practices, these files are named with SCREAMING_SNAKE_CASE. For example:

.ls-lint.yml

ignore:
  - CODE_OF_CONDUCT.md
  - CONTRIBUTING.md
  - ISSUE_TEMPLATE.md
  - PULL_REQUEST_TEMPLATE.md
  - README.md

It would be great to not have to add these to the ignore list for many repos. Would it be a possibility to add support for SCREAMING_SNAKE_CASE to ls-lint so that we could configure our projects like:

.ls-lint.yml

ls:
  .md: SCREAMING_SNAKE_CASE
  ...

@loeffel-io loeffel-io mentioned this issue Feb 2, 2021
@loeffel-io
Copy link
Owner

Hey @aegirokran,

great idea - will add this to the v2

Anyone: feel free for a pull request (!)

@aegirokran
Copy link
Author

Thank you for the acknowledgment. Glad to know that it'd be a welcome addition.

@loeffel-io
Copy link
Owner

Will be part of v1.11.0 🎉

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants