MarketSquare / robotframework-robocop

Tool for static code analysis of Robot Framework language
Apache License 2.0
182 stars 39 forks source link

Integrate with MegaLinter #915

Open bhirsz opened 1 year ago

bhirsz commented 1 year ago

I have found following tool: https://github.com/oxsecurity/megalinter . It does aggregate different types of linters. It could be beneficial to integrate Robocop into it.

At first we need to investigate if we want to to join megalinter and how much effort it would require.

bhirsz commented 1 year ago

There is also https://github.com/super-linter/super-linter . Even more popular but it's written in Bash (ugh) and it looks like Mega Linter is fork of Super Linter (rewritten version).

mnojek commented 1 year ago

Nice idea! Ideally, we can aim to integrate Robocop with both of these, but first it's better to pick the one that's easier.

nvuillam commented 1 year ago

Nice idea indeed ;)

If you have issues about choosing super or mega... there are some notes ^^ https://megalinter.io/latest/mega-linter-vs-super-linter/

You could start with a MegaLinter Plugin :)