Skip to content

Latest commit

 

History

History
7 lines (4 loc) · 868 Bytes

README.md

File metadata and controls

7 lines (4 loc) · 868 Bytes

Checkstyle is a development tool to help programmers write Java code that adheres to a coding standard. When run, it cries when you did something wrong.

It features syntactic checks, enforcing naming conventions, whitespace rules (for example that operators must be surrounded with spaces), telling you where the braces should go, things like that. There are also checks to ensure common programming pitfalls are avoided. And it also features complexity checks, to ensure a class or method doesn't cause brain damage when looked at.

Checkstyle is highly configurable. XPLanG features a fairly lenient configuration, which should be worked on, but it's good enough for now.

Run Checkstyle with gradle check.