Skip to content

Commit

Permalink
feat: add ls-lint descriptor
Browse files Browse the repository at this point in the history
  • Loading branch information
scolladon committed Jun 21, 2024
1 parent 3d9852e commit 3dc7838
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions megalinter/descriptors/file.megalinter-descriptor.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
descriptor_id: FILE
descriptor_type: format
descriptor_flavors:
- all_flavors
- all
linters:
# LS-LINT
- linter_name: ls-lint
linter_url: https://ls-lint.org/
linter_repo: https://github.com/loeffel-io/ls-lint
linter_rules_url: https://ls-lint.org/2.2/configuration/the-rules.html
linter_banner_image_url: https://raw.githubusercontent.com/loeffel-io/ls-lint/master/assets/logo/ls-lint.png
config_file_name: ".ls-lint.yml"
examples:
- "ls-lint"
- "ls-lint --workdir src"
install:
npm:
- "@ls-lint/ls-lint"

0 comments on commit 3dc7838

Please sign in to comment.