Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/checkstyle/eclipse-cs
The Eclipse Checkstyle plug-in integrates the Checkstyle Java code auditor into the Eclipse IDE. The plug-in provides real-time feedback to the user about violations of rules that check for coding style and possible error prone code constructs.
https://github.com/checkstyle/eclipse-cs
analyzer code-analysis code-quality eclipse-plugin static-analysis
Last synced: 2 days ago
JSON representation
The Eclipse Checkstyle plug-in integrates the Checkstyle Java code auditor into the Eclipse IDE. The plug-in provides real-time feedback to the user about violations of rules that check for coding style and possible error prone code constructs.
- Host: GitHub
- URL: https://github.com/checkstyle/eclipse-cs
- Owner: checkstyle
- License: lgpl-2.1
- Created: 2018-01-02T22:04:55.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2025-01-28T16:28:56.000Z (10 days ago)
- Last Synced: 2025-01-29T04:13:39.590Z (9 days ago)
- Topics: analyzer, code-analysis, code-quality, eclipse-plugin, static-analysis
- Language: Java
- Homepage: https://checkstyle.org/eclipse-cs
- Size: 620 MB
- Stars: 98
- Watchers: 10
- Forks: 54
- Open Issues: 45
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# ![](https://raw.githubusercontent.com/checkstyle/resources/master/img/checkstyle-logos/checkstyle-logo-260x99.png)
# Eclipse Checkstyle
The Eclipse Checkstyle plug-in integrates [Checkstyle](https://github.com/checkstyle/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](https://marketplace.eclipse.org/content/checkstyle-plug).
- 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.
- Name: Checkstyle
- Location: https://checkstyle.org/eclipse-cs-update-site/
- 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](CONTRIBUTING.md).
Please adhere to this project's [code of conduct](CODE_OF_CONDUCT.md).## License
This project is licensed under [LGPL 2.1](LICENSE).