Ignore misc.xml (#14362)

This commit is contained in:
Abhishek Agarwal 2023-06-02 12:00:52 +05:30 committed by GitHub
parent 55effd92cf
commit b482fda503
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 0 deletions

View File

@ -128,6 +128,7 @@ jobs:
docker run --rm \ docker run --rm \
-v $(pwd):/project \ -v $(pwd):/project \
-v ~/.m2:/home/inspect/.m2 \ -v ~/.m2:/home/inspect/.m2 \
-v $(pwd)/.idea/misc-for-inspection.xml:/project/.idea/misc.xml \
ccaominh/intellij-inspect:1.0.0 \ ccaominh/intellij-inspect:1.0.0 \
/project/pom.xml \ /project/pom.xml \
/project/.idea/inspectionProfiles/Druid.xml \ /project/.idea/inspectionProfiles/Druid.xml \