oxsecurity / megalinter

🦙 MegaLinter analyzes 50 languages, 22 formats, 21 tooling formats, excessive copy-pastes, spelling mistakes and security issues in your repository sources with a GitHub Action, other CI tools or locally.
https://megalinter.io
GNU Affero General Public License v3.0
1.94k stars 237 forks source link

Request new MegaLinter flavor #2750

Closed alamin655 closed 1 year ago

alamin655 commented 1 year ago

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

Would it be possible to create one ? Thanks :relaxed:

nvuillam commented 1 year ago

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 commented 1 year ago

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 commented 1 year ago

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 commented 1 year ago

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 commented 1 year ago

Can I add JS linter as a plugin?

nvuillam commented 1 year ago

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

alamin655 commented 1 year ago

@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 commented 1 year ago

@alamin655 you're welcome :)