Skip to content

Commit bc823d3

Browse files
authored
Merge pull request #211 from devchat-ai/fix_issues
Fix issues
2 parents e7a323f + 8125489 commit bc823d3

File tree

29 files changed

+446
-491
lines changed

29 files changed

+446
-491
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -75,17 +75,12 @@ jobs:
7575
run: |
7676
PROPERTIES="$(./gradlew properties --console=plain -q)"
7777
VERSION="$(echo "$PROPERTIES" | grep "^version:" | cut -f2- -d ' ')"
78-
CHANGELOG="$(./gradlew getChangelog --unreleased --no-header --console=plain -q)"
7978
8079
echo "version=$VERSION" >> $GITHUB_OUTPUT
8180
echo "pluginVerifierHomeDir=~/.pluginVerifier" >> $GITHUB_OUTPUT
82-
83-
echo "changelog<<EOF" >> $GITHUB_OUTPUT
84-
echo "$CHANGELOG" >> $GITHUB_OUTPUT
85-
echo "EOF" >> $GITHUB_OUTPUT
8681
8782
./gradlew listProductsReleases # prepare list of IDEs for Plugin Verifier
88-
83+
8984
# Build plugin
9085
- name: Build plugin
9186
run: ./gradlew buildPlugin
@@ -179,14 +174,6 @@ jobs:
179174
distribution: zulu
180175
java-version: 17
181176

182-
# Run Qodana inspections
183-
- name: Qodana - Code Inspection
184-
uses: JetBrains/[email protected]
185-
with:
186-
cache-default-branch-only: true
187-
env:
188-
QODANA_TOKEN: ${{ secrets.QODANA_TOKEN }}
189-
190177
# Run plugin structure verification along with IntelliJ Plugin Verifier
191178
verify:
192179
name: Verify plugin

.gitignore

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ build/
55
!**/src/test/**/build/
66

77
### IntelliJ IDEA ###
8+
.idea/
89
.idea/modules.xml
910
.idea/jarRepositories.xml
1011
.idea/compiler.xml
@@ -43,4 +44,6 @@ bin/
4344
.DS_Store
4445
tmp/
4546

46-
*.log
47+
*.log
48+
src/main/resources/static/main.html
49+
src/main/resources/static/main.js

.idea/.gitignore

Lines changed: 0 additions & 8 deletions
This file was deleted.

.idea/.name

Lines changed: 0 additions & 1 deletion
This file was deleted.

.idea/codeStyles/Project.xml

Lines changed: 0 additions & 10 deletions
This file was deleted.

.idea/codeStyles/codeStyleConfig.xml

Lines changed: 0 additions & 5 deletions
This file was deleted.

.idea/encodings.xml

Lines changed: 0 additions & 4 deletions
This file was deleted.

.idea/gradle.xml

Lines changed: 0 additions & 17 deletions
This file was deleted.

.idea/kotlinc.xml

Lines changed: 0 additions & 6 deletions
This file was deleted.

.idea/misc.xml

Lines changed: 0 additions & 7 deletions
This file was deleted.

0 commit comments

Comments
 (0)