2 Star 5 Fork 1

梦里不知身是客/javafxTool

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
qodana.yaml 1.46 KB
一键复制 编辑 原始数据 按行查看 历史
#-------------------------------------------------------------------------------#
# 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: 17 #(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-community:latest
fixesStrategy: cleanup
exclude:
- name: RegExpSingleCharAlternation
- name: ConstantValue
- name: CheckDependencyLicenses
- name: StringConcatenationInsideStringBufferAppend
- name: RegExpRepeatedSpace
- name: EmptyStatementBody
- name: IgnoreResultOfCall
- name: All
paths:
- docs
- demo
- .github
- .idea
- .vscode
- .settings
- core/src/main/java/com/tlcsdm/core/database/DataSourceUtil.java
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Java
1
https://gitee.com/unknowIfGuestInDream/javafxTool.git
git@gitee.com:unknowIfGuestInDream/javafxTool.git
unknowIfGuestInDream
javafxTool
javafxTool
master

搜索帮助