java-checkstyle/README.md

6 lines
264 B
Markdown
Raw Normal View History

2024-01-06 00:03:04 +01:00
# java-checkstyle
Checkstyle is a development tool to help programmers write Java code that adheres to a coding standard. By default it supports the Sun Code Conventions, but is highly configurable.
It can be invoked with an ANT task and a command line program.