1 Star 0 Fork 147

zwmagic / MongoPlus

forked from aizuda / MongoPlus 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
qodana.yaml 1.19 KB
一键复制 编辑 原始数据 按行查看 历史
anwen 提交于 2024-01-21 00:28 . 发布2.0.8-beta
#-------------------------------------------------------------------------------#
# 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: 1.8 #(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:
- mongo-plus-core\src\main\java\com\anwen\mongo\convert\Converter.java
- mongo-plus-core\src\main\java\com\anwen\mongo\model\PageResult.java
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Java
1
https://gitee.com/wilbert/mongo-plus.git
git@gitee.com:wilbert/mongo-plus.git
wilbert
mongo-plus
MongoPlus
master

搜索帮助

344bd9b3 5694891 D2dac590 5694891