Highlights
- 1 discussion answered
Block or Report
Block or report rnveach
Contact GitHub support about this user’s behavior. Learn more about reporting abuse.
Report abusePopular repositories
-
checkstyle-backport-jre6 Public
Checkstyle is a tool for checking Java source code for adherence to a Code Standard or set of validation rules (best practices). This project is a specialized fork of Checkstyle to support older ru…
-
checkstyle-backport-jre8 Public
Checkstyle is a tool for checking Java source code for adherence to a Code Standard or set of validation rules (best practices). This project is a specialized fork of Checkstyle to support older ru…
-
checkstyle Public
Forked from checkstyle/checkstyle
Checkstyle is a development tool to help programmers write Java code that adheres to a coding standard. By default it supports the Google Java Style Guide and Sun Code Conventions, but is highly co…
-
-
-
765 contributions in the last year
Contribution activity
March 2022
Reviewed 10 pull requests in 1 repository
checkstyle/checkstyle
10 pull requests
- Add support for inline return tag in SummaryJavadoc
- Doc: improve grammar in writingchecks.xml
- Issue #11030: Enhanced logging approach of SummaryJavadocCheck and used AST-based approach to get content of inline tag.
- config: make container name to be explicit as each step is independend in pipeline
- Issue #11259: Add record support to RedundantModifier
- Issue #10933: Checkstyle should force logging of AST in checks that require it
- Pull #11133: refactor check for override annotation - add util method
- Issue #11166: remove getFileContents from missing override
- Issue #10747: MetadataGeneratorUtil now reports errors back to the users
- doc: mention that excludes can be class names