Skip to content

Latest commit

 

History

History
31 lines (22 loc) · 1.22 KB

README.md

File metadata and controls

31 lines (22 loc) · 1.22 KB

Eclipse Checkstyle

The Eclipse Checkstyle plug-in integrates Checkstyle into the Eclipse IDE. It provides real-time feedback about violations of your coding standards.

Installation

You can install the latest version of the plugin from the Eclipse Marketplace.

  • In Eclipse, use Help->Eclipse Marketplace...
  • Search for "Checkstyle" or "Checkstyle Plug-in".
  • Click "Install" next to the matching search result.

If you need to install an older version:

  • Go to Help->Install New Software...
  • Click "Add..." to add a new repository.
  • Afterwards select the Checkstyle repository from the dropdown.
  • Uncheck "Show only the latest versions of available software".
  • Select any of the available versions of the Checkstyle plugin and install.

Contributing

Learn how to get started. Please adhere to this project's code of conduct.

License

This project is licensed under LGPL 2.1.