Code quality rules for .sh(shell script), .sql and .avsc (avero file)

Hi all,

We are using Sonarqube version 7.7. Currently we are in need of code quality rules for shell scrpt, sql and avero file. Kindly suggest if there is any plugin available or how can we get the rules for those files. Thanks.

Regards,
Gokila Balakrishnan

Hi @gokilabalu97,

Welcome to the SonarSource community! :smiley:

For shell scripts, you should probably check out the open source (non SonarSource) tool sonar-shellcheck. SQL scripts (both PL-SQL and T-SQL) are part of the SonarQube Developer Edition and above. Avro files I’m not aware of any solutions.

I hope this helps get you started!

Regards,

Cameron.

Hi,

Thanks for the response Cameron!!!

PL-SQL and T-SQL are commercial plugins. Could someone suggest open source plugin for sql scripts and avero file? Thanks.

Regards,
Gokila Balakrishnan