Skip to content

Commit

Permalink
Refacto + test folder
Browse files Browse the repository at this point in the history
TODO: Put files in test folders :)
  • Loading branch information
nvuillam committed Jun 21, 2024
1 parent 3dc7838 commit ef7a8ce
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 19 deletions.
Empty file.
Empty file.
19 changes: 0 additions & 19 deletions megalinter/descriptors/file.megalinter-descriptor.yml

This file was deleted.

17 changes: 17 additions & 0 deletions megalinter/descriptors/repository.megalinter-descriptor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -339,6 +339,23 @@ linters:
- COPY --from=kics /app/bin/assets /usr/bin/assets
test_folder: repository_kics

# 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
active_only_if_file_found:
- ".ls-lint.yml"
config_file_name: ".ls-lint.yml"
examples:
- "ls-lint"
- "ls-lint --workdir src"
test_folder: repository_file
install:
npm:
- "@ls-lint/ls-lint"

# SECRETLINT
- class: SecretLintLinter
linter_name: secretlint
Expand Down

0 comments on commit ef7a8ce

Please sign in to comment.