Skip to content

Commit

Permalink
🔥 🚨 Refactor/02181 (#8)
Browse files Browse the repository at this point in the history
* 🔥 refactor: skip emoji tone

* 🚨 style: lint
  • Loading branch information
Jian-Min-Huang committed Feb 17, 2023
1 parent 6b1a13e commit 7ae02c7
Show file tree
Hide file tree
Showing 9 changed files with 3,209 additions and 6,797 deletions.
1 change: 1 addition & 0 deletions .editorconfig
Expand Up @@ -22,3 +22,4 @@ ij_visual_guides = 140, 160
ij_wrap_on_typing = false
ij_java_names_count_to_use_import_on_demand = 999
ij_kotlin_name_count_to_use_star_import = 999
ij_kotlin_name_count_to_use_star_import_for_members = 999
5 changes: 5 additions & 0 deletions build.gradle.kts
Expand Up @@ -2,6 +2,7 @@ import org.jetbrains.kotlin.gradle.tasks.KotlinCompile

plugins {
id("maven-publish")
id("org.jmailen.kotlinter") version "3.10.0"
kotlin("jvm") version "1.6.21"
}

Expand Down Expand Up @@ -29,6 +30,10 @@ tasks.withType<Test> {
useJUnitPlatform()
}

kotlinter {
reporters = arrayOf("html")
}

publishing {
publications {
create<MavenPublication>("maven") {
Expand Down
2,917 changes: 1,458 additions & 1,459 deletions src/main/kotlin/net/purefunc/emoji/Emoji0.kt

Large diffs are not rendered by default.

3,741 changes: 1,740 additions & 2,001 deletions src/main/kotlin/net/purefunc/emoji/Emoji1.kt

Large diffs are not rendered by default.

2,009 changes: 0 additions & 2,009 deletions src/main/kotlin/net/purefunc/emoji/Emoji2.kt

This file was deleted.

0 comments on commit 7ae02c7

Please sign in to comment.