Skip to content
This repository has been archived by the owner on Apr 1, 2018. It is now read-only.

Latest commit

 

History

History
70 lines (54 loc) · 3.34 KB

CheckstyleBear.rst

File metadata and controls

70 lines (54 loc) · 3.34 KB

Check Java code for possible style, semantic and design issues.

For more information, consult <http://checkstyle.sourceforge.net/checks.html>.

  • Java

Settings

Setting Meaning
checkstyle_configs A file containing configs to use in checkstyle. It can also have the special values: - google - Google's Java style. More info at <http://checkstyle.sourceforge.net/style_configs.html>. - sun - Sun's Java style. These are the same as the default Eclipse checks. More info at <http://checkstyle.sourceforge.net/style_configs.html>. - android-check-easy - The easy Android configs provided by the android-check eclipse plugin. More info at <https://github.com/noveogroup/android-check>. - android-check-hard - The hard Android confis provided by the android-check eclipse plugin. More info at <https://github.com/noveogroup/android-check>. - geosoft - The Java style followed by GeoSoft. More info at <http://geosoft.no/development/javastyle.html> (Optional, defaults to 'google'.)
indent_size No description given. (Optional, defaults to '2'.)
use_spaces No description given. (Optional, defaults to 'True'.)

Dependencies

  • System requirement - apt_get - default-jre

Can Detect

  • Formatting
  • Smell

License

AGPL-3.0

Authors