Skip to content

Commit 424649c

Browse files
committed
chore(deps): add Qodana plugin and update related configurations
1 parent 4814f25 commit 424649c

7 files changed

Lines changed: 26 additions & 64 deletions

File tree

.gitignore

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
1+
.DS_Store
12
.gradle
23
.idea
34
.intellijPlatform
5+
.kotlin
46
.qodana
5-
build
6-
.kotlin
7+
build

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,6 @@ case it will be transformed css name case to camelCase
3636

3737
### SnapShot
3838

39-
![1.jpg](src%2Fmain%2Fresources%2Fpic%2F1.jpg)
4039
![2.jpg](src%2Fmain%2Fresources%2Fpic%2F2.jpg)
4140
![3.jpg](src%2Fmain%2Fresources%2Fpic%2F3.jpg)
4241
![4.jpg](src%2Fmain%2Fresources%2Fpic%2F4.png)

build.gradle.kts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ plugins {
66
alias(libs.plugins.kotlin) // Kotlin support
77
alias(libs.plugins.changelog) // Gradle Changelog Plugin
88
alias(libs.plugins.intelliJPlatform) // IntelliJ Platform Gradle Plugin'
9+
alias(libs.plugins.qodana) // Gradle Qodana Plugin
910
}
1011

1112

gradle/libs.versions.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ opentest4j = "1.3.0"
77
changelog = "2.5.0"
88
intelliJPlatform = "2.10.5"
99
kotlin = "2.2.21"
10+
qodana = "2025.2.2"
1011

1112
[libraries]
1213
junit = { group = "junit", name = "junit", version.ref = "junit" }
@@ -15,4 +16,5 @@ opentest4j = { group = "org.opentest4j", name = "opentest4j", version.ref = "ope
1516
[plugins]
1617
changelog = { id = "org.jetbrains.changelog", version.ref = "changelog" }
1718
intelliJPlatform = { id = "org.jetbrains.intellij.platform", version.ref = "intelliJPlatform" }
18-
kotlin = { id = "org.jetbrains.kotlin.jvm", version.ref = "kotlin" }
19+
kotlin = { id = "org.jetbrains.kotlin.jvm", version.ref = "kotlin" }
20+
qodana = { id = "org.jetbrains.qodana", version.ref = "qodana" }

qodana.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# Qodana configuration:
2+
# https://www.jetbrains.com/help/qodana/qodana-yaml.html
3+
4+
version: "1.0"
5+
linter: jetbrains/qodana-jvm-community:2024.3
6+
projectJDK: "21"
7+
profile:
8+
name: qodana.recommended
9+
exclude:
10+
- name: All
11+
paths:
12+
- .qodana
Lines changed: 7 additions & 60 deletions
Loading

src/main/resources/pic/1.jpg

-70.6 KB
Binary file not shown.

0 commit comments

Comments
 (0)