Skip to content

Commit

Permalink
Update ScoreboardPattern.kt
Browse files Browse the repository at this point in the history
  • Loading branch information
j10a1n15 authored Jul 1, 2024
1 parent f99c947 commit 541e94e
Showing 1 changed file with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -64,9 +64,13 @@ object ScoreboardPattern {
"yearvotes",
"(?<yearvotes>^§6Year \\d+ Votes\$)",
)
/*

Check failure on line 67 in src/main/java/at/hannibal2/skyhanni/features/gui/customscoreboard/ScoreboardPattern.kt

View workflow job for this annotation

GitHub Actions / Check Style

[ktlint] reported by reviewdog 🐶 Declarations and declarations with comments should have an empty space between. Raw Output: src/main/java/at/hannibal2/skyhanni/features/gui/customscoreboard/ScoreboardPattern.kt:67:5: error: Declarations and declarations with comments should have an empty space between. (standard:spacing-between-declarations-with-comments)
* REGEX-TEST: §f||||||||||||||| §aFoxy

Check failure on line 68 in src/main/java/at/hannibal2/skyhanni/features/gui/customscoreboard/ScoreboardPattern.kt

View workflow job for this annotation

GitHub Actions / Check Style

[ktlint] reported by reviewdog 🐶 Initial star should align with start of block comment Raw Output: src/main/java/at/hannibal2/skyhanni/features/gui/customscoreboard/ScoreboardPattern.kt:68:6: error: Initial star should align with start of block comment (standard:block-comment-initial-star-alignment)
* REGEX-TEST: §d|§f|||||||||||||| §dDiaz

Check failure on line 69 in src/main/java/at/hannibal2/skyhanni/features/gui/customscoreboard/ScoreboardPattern.kt

View workflow job for this annotation

GitHub Actions / Check Style

[ktlint] reported by reviewdog 🐶 Initial star should align with start of block comment Raw Output: src/main/java/at/hannibal2/skyhanni/features/gui/customscoreboard/ScoreboardPattern.kt:69:6: error: Initial star should align with start of block comment (standard:block-comment-initial-star-alignment)
*/

Check failure on line 70 in src/main/java/at/hannibal2/skyhanni/features/gui/customscoreboard/ScoreboardPattern.kt

View workflow job for this annotation

GitHub Actions / Check Style

[ktlint] reported by reviewdog 🐶 Initial star should align with start of block comment Raw Output: src/main/java/at/hannibal2/skyhanni/features/gui/customscoreboard/ScoreboardPattern.kt:70:6: error: Initial star should align with start of block comment (standard:block-comment-initial-star-alignment)
val votesPattern by mainSb.pattern(
"votes",
"(?<votes>§[caebd]\\|+(§f)?\\|+ §(.+)$)",
"§.\\|+(§f)?\\|+ §.+",
)
val waitingForVotePattern by mainSb.pattern(
"waitingforvote",
Expand Down

0 comments on commit 541e94e

Please sign in to comment.