Skip to content

Commit

Permalink
Suppress MemberNameEqualsClassName
Browse files Browse the repository at this point in the history
  • Loading branch information
alexander-yevsyukov committed Mar 16, 2024
1 parent dee50e0 commit 637426b
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ object IntelliJ {

object Jsp {
private const val group = "com.jetbrains.intellij.jsp"
@Suppress("MemberNameEqualsClassName")
const val jsp = "$group:jsp:$version"
}

Expand Down

0 comments on commit 637426b

Please sign in to comment.