{"id":22668014,"url":"https://github.com/aboutbits/java-checkstyle-config","last_synced_at":"2025-03-29T10:28:14.572Z","repository":{"id":264888136,"uuid":"863502836","full_name":"aboutbits/java-checkstyle-config","owner":"aboutbits","description":"Configuration for Checkstyle","archived":false,"fork":false,"pushed_at":"2025-02-24T07:36:23.000Z","size":22,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-24T08:34:36.483Z","etag":null,"topics":["checkstyle","code-quality","configuration","java","linter"],"latest_commit_sha":null,"homepage":"","language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/aboutbits.png","metadata":{"files":{"readme":"readme.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-09-26T12:08:08.000Z","updated_at":"2025-02-24T07:35:29.000Z","dependencies_parsed_at":"2024-11-26T17:31:23.210Z","dependency_job_id":null,"html_url":"https://github.com/aboutbits/java-checkstyle-config","commit_stats":null,"previous_names":["aboutbits/java-checkstyle-config"],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aboutbits%2Fjava-checkstyle-config","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aboutbits%2Fjava-checkstyle-config/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aboutbits%2Fjava-checkstyle-config/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aboutbits%2Fjava-checkstyle-config/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/aboutbits","download_url":"https://codeload.github.com/aboutbits/java-checkstyle-config/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246171025,"owners_count":20734941,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["checkstyle","code-quality","configuration","java","linter"],"created_at":"2024-12-09T15:13:32.053Z","updated_at":"2025-03-29T10:28:14.540Z","avatar_url":"https://github.com/aboutbits.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# Java Checkstyle Config\n\nCheckstyle config for all JAVA projects.\n\n## Usage\n\nAdd the `maven-checkstyle-plugin` to your `pom.xml`:\n```xml\n\u003cplugin\u003e\n    \u003cgroupId\u003eorg.apache.maven.plugins\u003c/groupId\u003e\n    \u003cartifactId\u003emaven-checkstyle-plugin\u003c/artifactId\u003e\n    \u003cversion\u003e3.5.0\u003c/version\u003e\n    \u003cconfiguration\u003e\n        \u003cconfigLocation\u003echeckstyle.xml\u003c/configLocation\u003e\n        \u003csuppressionsLocation\u003echeckstyle-suppressions.xml\u003c/suppressionsLocation\u003e\n        \u003cincludeTestSourceDirectory\u003etrue\u003c/includeTestSourceDirectory\u003e\n        \u003cconsoleOutput\u003etrue\u003c/consoleOutput\u003e\n        \u003cfailsOnError\u003etrue\u003c/failsOnError\u003e\n        \u003clinkXRef\u003efalse\u003c/linkXRef\u003e\n    \u003c/configuration\u003e\n    \u003cexecutions\u003e\n        \u003cexecution\u003e\n            \u003cid\u003evalidate\u003c/id\u003e\n            \u003cphase\u003evalidate\u003c/phase\u003e\n            \u003cgoals\u003e\n                \u003cgoal\u003echeck\u003c/goal\u003e\n            \u003c/goals\u003e\n        \u003c/execution\u003e\n    \u003c/executions\u003e\n    \u003cdependencies\u003e\n        \u003cdependency\u003e\n            \u003cgroupId\u003ecom.puppycrawl.tools\u003c/groupId\u003e\n            \u003cartifactId\u003echeckstyle\u003c/artifactId\u003e\n            \u003cversion\u003e10.18.1\u003c/version\u003e\n        \u003c/dependency\u003e\n        \u003cdependency\u003e\n            \u003cgroupId\u003eit.aboutbits\u003c/groupId\u003e\n            \u003cartifactId\u003ejava-checkstyle-config\u003c/artifactId\u003e\n            \u003cversion\u003e1.0.0\u003c/version\u003e\n        \u003c/dependency\u003e\n    \u003c/dependencies\u003e\n\u003c/plugin\u003e\n```\n\n**Configure your IDE:**  \nFirst you need to run `mvn verify` once.\nIn your IDE go to `Settings` then search for \"checkstyle\".  \nAdd a new checkstyle configuration and select the `target/checkstyle-checker.xml` file.  \nSet the property `org.checkstyle.sun.suppressionfilter.config` to `checkstyle-suppressions.xml`\n\n## Information\n\nAbout Bits is a company based in South Tyrol, Italy. You can find more information about us on [our website](https://aboutbits.it).\n\n### Support\n\nFor support, please contact [info@aboutbits.it](mailto:info@aboutbits.it).\n\n### Credits\n\n- [All Contributors](../../contributors)\n\n### License\n\nThe MIT License (MIT). Please see the [license file](license.md) for more information.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faboutbits%2Fjava-checkstyle-config","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Faboutbits%2Fjava-checkstyle-config","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faboutbits%2Fjava-checkstyle-config/lists"}