v2.1.0
New rules:
- SC1017
- SC1133
- SC2008
- SC2240
- SC2241
- SC2242
- SC2243
- SC2244
- SC2245
- SC2246
- SC2247
- SC2249
Rule level changes (to conform with the ShellCheck levels):
- SC1008 is now Blocker (was Info)
- SC2223 is now Info (was Major)
New features:
- #4: Ability to skip/disable the ShellCheck plugin per project
- #5:
.bash
added to the default list of supported file extensions - By default no more long stack trace when the
shellcheck
executable cannot be executed (one must enable debug to see the full stack trace)
Some title and description changes following updates in the Wiki
Requirements
- SonarQube 6.7 LTS, 7.4+
- ShellCheck 0.4.0 min.