1 Star 0 Fork 0

临窗旋墨/boot-support

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
qodana.yaml 1.35 KB
一键复制 编辑 原始数据 按行查看 历史
临窗旋墨 提交于 2024-04-25 16:34 . ci(all): add qodana yaml
#-------------------------------------------------------------------------------#
# Qodana analysis is configured by qodana.yaml file #
# https://www.jetbrains.com/help/qodana/qodana-yaml.html #
#-------------------------------------------------------------------------------#
version: "1.0"
#Specify inspection profile for code analysis
profile:
name: qodana.starter
#Enable inspections
#include:
# - name: <SomeEnabledInspectionId>
#Disable inspections
#exclude:
# - name: <SomeDisabledInspectionId>
# paths:
# - <path/where/not/run/inspection>
projectJDK: 11 #(Applied in CI/CD pipeline)
#Execute shell command before Qodana execution (Applied in CI/CD pipeline)
#bootstrap: sh ./prepare-qodana.sh
#Install IDE plugins before Qodana execution (Applied in CI/CD pipeline)
#plugins:
# - id: <plugin.id> #(plugin id can be found at https://plugins.jetbrains.com)
#Specify Qodana linter for analysis (Applied in CI/CD pipeline)
linter: jetbrains/qodana-jvm:latest
exclude:
- name: All
paths:
- module-starter\lcxm-generate-starter\src\main\resources\generator\templates\Controller.java.vm
- module-starter\lcxm-generate-starter\src\main\resources\generator\templates\Mapper.java.vm
- module-starter\lcxm-generate-starter\src\main\resources\generator\templates\Service.java.vm
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Java
1
https://gitee.com/xuqiudong/boot-support.git
git@gitee.com:xuqiudong/boot-support.git
xuqiudong
boot-support
boot-support
master

搜索帮助