Cs-contrib.unkrig.de: Difference between revisions
(Created page with "<meta name="keywords" content="checkstyle, checks, filters, quickfixes"></meta> <meta name="description" content="Custom checks, filters and quickfixes for checkstyle and eclipse-cs"></meta> = Introduction = This project adds custom checks, filters and quickfixes for [http://checkstyle.sourceforge.net/ CheckStyle] and [http://eclipse-cs.sourceforge.net/ Eclipse-CS]. This project uses the CS doclet (internally) to generate its CheckStyle and eclipse-cs meta...") |
No edit summary |
||
| Line 1: | Line 1: | ||
= Important = | |||
'''As of 2025, I have discontinued my software development activities and marked | |||
all my repositories as archived and read-only. A big thank you goes to all the | |||
contributors, who made the work a lot of fun!''' | |||
---- | |||
= Introduction = | = Introduction = | ||
This project adds custom checks, filters and quickfixes for [http://checkstyle.sourceforge.net/ CheckStyle] and [http://eclipse-cs.sourceforge.net/ Eclipse-CS]. | This project adds custom checks, filters and quickfixes for [http://checkstyle.sourceforge.net/ CheckStyle] and [http://eclipse-cs.sourceforge.net/ Eclipse-CS]. | ||
Revision as of 09:06, 4 July 2026
Important
As of 2025, I have discontinued my software development activities and marked all my repositories as archived and read-only. A big thank you goes to all the contributors, who made the work a lot of fun!
Introduction
This project adds custom checks, filters and quickfixes for CheckStyle and Eclipse-CS.
This project uses the CS doclet (internally) to generate its CheckStyle and eclipse-cs metadata files.
Cs-contrib 1.2.21+ requires the CheckStyle core version 8.21+, because there was an (accidential) breaking change in that version.
Download
Install the ECLIPSE plug-in from this update site:
http://cs-contrib.unkrig.de/update
If you're only interested in the checks (and not the ECLIPSE plug-in), you can download the most recent 'de.unkrig.cs-contrib.core_*.jar' file from
http://cs-contrib.unkrig.de/update/plugins/
and put it on CheckStyle's classpath.
A change log is also available.
Documentation
The documentation for the cs-contrib checks, filters and quickfixes was generated by the CS doclet
License
CS-CONTRIB.UNKRIG.DE is published under the "New BSD License".
Source Code
The source code of cs-contrib (the CheckStyle extension) is on GITHUB:
https://github.com/aunkrig/cs-contrib/
The source code of the Eclipse plugin (.core, .branding, .feature, .updatesite) is also on GITHUB:
https://github.com/aunkrig/cs-contrib.branding https://github.com/aunkrig/cs-contrib.core https://github.com/aunkrig/cs-contrib.core_test https://github.com/aunkrig/cs-contrib.feature https://github.com/aunkrig/cs-contrib.updatesite https://github.com/aunkrig/cs-contrib_dist