File tree Expand file tree Collapse file tree 5 files changed +0
-47
lines changed Expand file tree Collapse file tree 5 files changed +0
-47
lines changed Original file line number Diff line number Diff line change 11#  GitHub Actions Workflow created for testing and preparing the plugin release in following steps:
22#  - validate Gradle Wrapper,
33#  - run 'test' and 'verifyPlugin' tasks,
4- #  - run Qodana inspections,
54#  - run 'buildPlugin' task and prepare artifact for the further tests,
65#  - run 'runPluginVerifier' task,
76#  - create a draft release.
@@ -106,10 +105,6 @@ jobs:
106105          name : pluginVerifier-result 
107106          path : ${{ github.workspace }}/build/reports/pluginVerifier 
108107
109-       #  Run Qodana inspections
110-       - name : Qodana - Code Inspection 
111-         uses : JetBrains/qodana-action@v2022.3.4 
112- 
113108      #  Prepare plugin archive content for creating artifact
114109      - name : Prepare Plugin Artifact 
115110        id : artifact 
Original file line number Diff line number Diff line change 11.gradle 
22.idea 
3- .qodana 
43build 
Load Diff This file was deleted. 
Original file line number Diff line number Diff line change @@ -11,7 +11,6 @@ plugins {
1111    id(" org.jetbrains.kotlin.jvm" " 1.7.10" 
1212    id(" org.jetbrains.intellij" " 1.9.0" 
1313    id(" org.jetbrains.changelog" " 1.3.1" 
14-     id(" org.jetbrains.qodana" " 0.1.13" 
1514    id(" org.jetbrains.grammarkit" " 2022.3.1" 
1615    id(" org.ajoberstar.grgit" " 5.0.0" 
1716}
@@ -42,13 +41,6 @@ changelog {
4241    groups.set(emptyList())
4342}
4443
45- qodana {
46-     cachePath.set(projectDir.resolve(" .qodana" 
47-     reportPath.set(projectDir.resolve(" build/reports/inspections" 
48-     saveReport.set(true )
49-     showReport.set(System .getenv(" QODANA_SHOW_REPORT" ? :  false )
50- }
51- 
5244tasks {
5345    wrapper {
5446        gradleVersion =  properties(" gradleVersion" 
Load Diff This file was deleted. 
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments