Now use standardrb with Rubocop, Support for Standardrb 1.4.0, Sonar-Java now has Java 11 support
Today we are excited to bring you a few new updates to our plugins!
- Rubocop now supports standardrb rules - If you are using either the
rubocop-1-39-0
orrubocop-1-48-1
channels, you can now use the standardrb rule set when running analysis. To see more about how to turn that on, check that out here Standard Usage Via Rubocop. To learn more about ourrubocop
plugin, you can check out our docs here: Rubocop - New channel is available for stand-alone StandardRB - Our stand-alone Standardrb plugin now supports version standard v1.4.0. To use this, set the channel for standard to
standard-1-4-0
in either your.codeclimate.yml
or.codeclimate.json
configuration files. To learn more about ourstandard
plugin, you can check out the page here: Standard - Sonar-Java has been updated to support Java 11 by default - If you use
sonar-java
to run analysis on your code, you should be able to start using it against your Java 11 code. This behavior will be on by default. If you find that this change negatively impacts your projects, you can use the previous version of sonar-java by setting the channel tosonar-java-4-14
. To learn more about thesonar-java
plugin you can look at our docs here: Sonar Java Plugin