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

Request new MegaLinter flavor #2750

Closed
alamin655 opened this issue Jun 19, 2023 · 8 comments
Closed

Request new MegaLinter flavor #2750

alamin655 opened this issue Jun 19, 2023 · 8 comments
Labels
enhancement New feature or request

Comments

@alamin655
Copy link

MegaLinter would run faster on my project if I had a flavor containing the following list of linters:

  • LUA_LUACHECK
  • RUST_CLIPPY
  • JAVASCRIPT_ES
  • CSS_STYLELINT
  • MARKDOWN_MARKDOWNLINT
  • YAML_YAMLLINT
  • HTML_DJLINT
  • ACTION_ACTIONLINT
  • DOCKERFILE_HADOLINT
  • SPELL_CSPELL

Would it be possible to create one ? Thanks ☺️

@alamin655 alamin655 added the enhancement New feature or request label Jun 19, 2023
@nvuillam
Copy link
Member

Mmmm what type of projects would use this flavor ?

Having Rust, LUA & javascript in the same repo doesn't look pretty common, is this a public project ?

@alamin655
Copy link
Author

Mmmm what type of projects would use this flavor ?

Having Rust, LUA & javascript in the same repo doesn't look pretty common, is this a public project ?

It is, indeed, a public project. A Rust-based metasearch engine.
https://github.com/neon-mmd/websurfx

@nvuillam
Copy link
Member

I think that there is not enough projects of that type to create a new flavor with those linters

Do you really need to analyze LUA ?
If not, you can probably use RUST flavor :)

https://megalinter.io/latest/flavors/rust/

@alamin655
Copy link
Author

alamin655 commented Jun 22, 2023

I think that there is not enough projects of that type to create a new flavor with those linters

Do you really need to analyze LUA ? If not, you can probably use RUST flavor :)

https://megalinter.io/latest/flavors/rust/

But it does not include JS Linter.

@alamin655
Copy link
Author

Can I add JS linter as a plugin?

@nvuillam
Copy link
Member

nvuillam commented Jul 2, 2023

@alamin655 indeed you can use MegaLinter own descriptors to add plugins, as they have the exact same format :)

@alamin655
Copy link
Author

@alamin655 indeed you can use MegaLinter own descriptors to add plugins, as they have the exact same format :)

Thank you for your help and this great tool.

@nvuillam
Copy link
Member

nvuillam commented Jul 2, 2023

@alamin655 you're welcome :)

@nvuillam nvuillam closed this as completed Jul 2, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants