You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a custom .idea/inspectionProfiles/Project_Default.xml. Looks like this: Link
The Issue:
When I run inspectionsMain, the plugin does not respect the file.
I tried few changes, but no matter what I do the plugin does not care about the custom project_default.xml file.
Debugging
I tried to debug it with --info and what I see is: (relevant parts)
InspectionPlugin: Before SDK configuration
InspectionPlugin: Configuring JDK 1.8
InspectionPlugin: Home path is /Library/Java/JavaVirtualMachines/jdk1.8.0_221.jdk/Contents/Home, version string is java version "1.8.0_221"
InspectionPlugin: Before project creation at '/private/tmp/health/eng-prod'
InspectionPlugin: Project SDK name: 1.8
InspectionPlugin: Project SDK: 1.8: java version "1.8.0_221" (/Library/Java/JavaVirtualMachines/jdk1.8.0_221.jdk/Contents/Home)
InspectionPlugin: Under analysis: pure Java module Module: 'eng-prod' with SDK: 1.8: java version "1.8.0_221" (/Library/Java/JavaVirtualMachines/jdk1.8.0_221.jdk/Contents/Home)
InspectionPlugin: Before psi manager creation
InspectionPlugin: Before virtual file manager creation
InspectionPlugin: Before inspections launched: total of 72 files to analyze
InspectionPlugin: InheritFromIdea = true
InspectionPlugin: Error inspections: []
InspectionPlugin: Warning inspections: []
InspectionPlugin: Info inspections: []
InspectionPlugin: Profile file = Project Default
InspectionPlugin: Registered inspections: {}
InspectionPlugin: Inspections from idea: <<<HUGE_LIST_OF_INSPECTION=SEVERITY>>
Is this a bug or am i doing something wrong? I tried to follow the exact instructions
The text was updated successfully, but these errors were encountered:
Hello!
Details:
.idea/inspectionProfiles/Project_Default.xml
. Looks like this: LinkThe Issue:
When I run inspectionsMain, the plugin does not respect the file.
I tried few changes, but no matter what I do the plugin does not care about the custom project_default.xml file.
Debugging
I tried to debug it with --info and what I see is: (relevant parts)
Is this a bug or am i doing something wrong? I tried to follow the exact instructions
The text was updated successfully, but these errors were encountered: