notepad-pp-linter icon indicating copy to clipboard operation
notepad-pp-linter copied to clipboard

Recommended resource(s) for writing checkstyle compatible linter?

Open ForrestHerman opened this issue 9 months ago • 1 comments

Are there any resources that you would recommend as reference or guides for writing a checkstyle linter from scratch?

ForrestHerman avatar May 26 '25 13:05 ForrestHerman

The official checkstyle docs: https://checkstyle.org/ git project: https://github.com/checkstyle/checkstyle xsd scheme (unofficial): https://github.com/checkstyle/checkstyle/issues/5166

deadem avatar May 26 '25 14:05 deadem