# test-check **Repository Path**: java_project_5/test-check ## Basic Information - **Project Name**: test-check - **Description**: 本项目是,集成checkstyle插件,进行配置和指定过滤的文件 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-04-28 - **Last Updated**: 2025-05-15 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # test-check #### 介绍 本项目是,集成checkstyle插件,进行配置和指定过滤的文件 #### 软件架构 软件架构说明 #### 安装教程 1. xxxx 2. xxxx 3. xxxx #### 使用说明 1. xxxx 2. xxxx 3. xxxx #### 参与贡献 1. Fork 本仓库 2. 新建 Feat_xxx 分支 3. 提交代码 4. 新建 Pull Request #### 特技 1. 书写checkstuyle.xml配置文件 2. 下载checkstyle-plus插件 3. 在pom.xml中配置检查目录 ``` org.apache.maven.plugins maven-checkstyle-plugin 3.6.0 **/colorful/** **/system/** checkstyle.xml ```