This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?xml version="1.0"?> | |
| <!DOCTYPE module PUBLIC | |
| "-//Checkstyle//DTD Checkstyle Configuration 1.3//EN" | |
| "https://checkstyle.org/dtds/configuration_1_3.dtd"> | |
| <module name = "Checker"> | |
| <property name="charset" value="UTF-8"/> | |
| <!-- do not change severity to 'error', as that will hide errors caused by exceptions --> | |
| <property name="severity" value="warning"/> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?xml version="1.0"?> | |
| <!DOCTYPE module PUBLIC | |
| "-//Checkstyle//DTD Checkstyle Configuration 1.3//EN" | |
| "https://checkstyle.org/dtds/configuration_1_3.dtd"> | |
| <module name = "Checker"> | |
| <property name="charset" value="UTF-8"/> | |
| <!-- do not change severity to 'error', as that will hide errors caused by exceptions --> | |
| <property name="severity" value="warning"/> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?xml version="1.0"?> | |
| <!DOCTYPE module PUBLIC | |
| "-//Checkstyle//DTD Checkstyle Configuration 1.3//EN" | |
| "https://checkstyle.org/dtds/configuration_1_3.dtd"> | |
| <module name = "Checker"> | |
| <property name="charset" value="UTF-8"/> | |
| <!-- do not change severity to 'error', as that will hide errors caused by exceptions --> | |
| <property name="severity" value="warning"/> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?xml version="1.0"?> | |
| <!DOCTYPE module PUBLIC | |
| "-//Checkstyle//DTD Checkstyle Configuration 1.3//EN" | |
| "https://checkstyle.org/dtds/configuration_1_3.dtd"> | |
| <module name = "Checker"> | |
| <property name="charset" value="UTF-8"/> | |
| <!-- do not change severity to 'error', as that will hide errors caused by exceptions --> | |
| <property name="severity" value="warning"/> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?xml version="1.0"?> | |
| <!DOCTYPE module PUBLIC | |
| "-//Checkstyle//DTD Checkstyle Configuration 1.3//EN" | |
| "https://checkstyle.org/dtds/configuration_1_3.dtd"> | |
| <module name = "Checker"> | |
| <property name="charset" value="UTF-8"/> | |
| <!-- do not change severity to 'error', as that will hide errors caused by exceptions --> | |
| <property name="severity" value="warning"/> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?xml version="1.0"?> | |
| <!DOCTYPE module PUBLIC | |
| "-//Checkstyle//DTD Checkstyle Configuration 1.3//EN" | |
| "https://checkstyle.org/dtds/configuration_1_3.dtd"> | |
| <module name="Checker"> | |
| <!-- | |
| If you set the basedir property below, then all reported file | |
| names will be relative to the specified directory. See | |
| https://checkstyle.org/config.html#Checker |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # List of GIT repositories to clone / pull for checking with Checkstyle | |
| # File format: REPO_NAME|[local|git|hg]|URL|[COMMIT_ID]|[EXCLUDE FOLDERS] | |
| # Please note that bash comments works in this file | |
| # Few projects that delivers set of unusual Java constructions that shall be correctly handled by AST visitor | |
| checkstyle|git|https://github.com/checkstyle/checkstyle.git|master| | |
| sevntu-checkstyle|git|https://github.com/sevntu-checkstyle/sevntu.checkstyle|master|| | |
| checkstyle-sonar|git|https://github.com/checkstyle/sonar-checkstyle|master|| | |
| guava|git|https://github.com/google/guava|v28.2|| |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # List of GIT repositories to clone / pull for checking with Checkstyle | |
| # File format: REPO_NAME|[local|git|hg]|URL|[COMMIT_ID]|[EXCLUDE FOLDERS] | |
| # Please note that bash comments works in this file | |
| # Few projects that delivers set of unusual Java constructions that shall be correctly handled by AST visitor | |
| checkstyle|git|https://github.com/checkstyle/checkstyle.git|master| | |
| sevntu-checkstyle|git|https://github.com/sevntu-checkstyle/sevntu.checkstyle|master|| | |
| checkstyle-sonar|git|https://github.com/checkstyle/sonar-checkstyle|master|| | |
| guava|git|https://github.com/google/guava|v28.2|| |