Improvement: Estimated Item Value #2180
reviewdog [ktlint] report
reported by reviewdog 🐶
Findings (0)
Filtered Findings (622)
annotation-processors/src/main/kotlin/at/hannibal2/skyhanni/skyhannimodule/ModuleProcessor.kt|64 col 141| Exceeded max line length (140)
annotation-processors/src/main/kotlin/at/hannibal2/skyhanni/skyhannimodule/ModuleProcessor.kt|71 col 141| Exceeded max line length (140)
annotation-processors/src/main/kotlin/at/hannibal2/skyhanni/skyhannimodule/ModuleProcessor.kt|90 col 141| Exceeded max line length (140)
build.gradle.kts|47 col 33| Newline expected after opening brace
build.gradle.kts|176 col 58| Expected newline before '.'
build.gradle.kts|215 col 62| Missing trailing comma before ")"
build.gradle.kts|218 col 44| Redundant curly braces
settings.gradle.kts|23 col 67| Missing spacing after "version"
src/main/java/at/hannibal2/skyhanni/api/HotmAPI.kt|28 col 69| Newline expected before operand in multiline condition
src/main/java/at/hannibal2/skyhanni/api/SkillAPI.kt|327 col 141| Exceeded max line length (140)
src/main/java/at/hannibal2/skyhanni/api/SkillAPI.kt|471 col 141| Exceeded max line length (140)
src/main/java/at/hannibal2/skyhanni/config/ConfigManager.kt|42 col 1| Unused import
src/main/java/at/hannibal2/skyhanni/config/ConfigManager.kt|149 col 141| Exceeded max line length (140)
src/main/java/at/hannibal2/skyhanni/config/ConfigUpdaterMigrator.kt|84 col 141| Exceeded max line length (140)
src/main/java/at/hannibal2/skyhanni/data/BitsAPI.kt|56 col 23| Property name should use the screaming snake case notation when the value can not be changed
src/main/java/at/hannibal2/skyhanni/data/ChatManager.kt|41 col 44| Parameter should start on a newline
src/main/java/at/hannibal2/skyhanni/data/ChatManager.kt|41 col 141| Missing newline before ")"
src/main/java/at/hannibal2/skyhanni/data/ChatManager.kt|41 col 141| Exceeded max line length (140)
src/main/java/at/hannibal2/skyhanni/data/QuiverAPI.kt|66 col 9| Property name should start with a lowercase letter and use camel case
src/main/java/at/hannibal2/skyhanni/data/QuiverAPI.kt|67 col 17| Property name should start with a lowercase letter and use camel case
src/main/java/at/hannibal2/skyhanni/data/SackAPI.kt|121 col 1| Unexpected line break after "else"
src/main/java/at/hannibal2/skyhanni/data/SackAPI.kt|424 col 13| Unnecessary semicolon
src/main/java/at/hannibal2/skyhanni/data/ScoreboardData.kt|41 col 17| Line must not begin with "&&"
src/main/java/at/hannibal2/skyhanni/data/ScoreboardData.kt|41 col 20| Newline expected before operand in multiline condition
src/main/java/at/hannibal2/skyhanni/data/ScoreboardData.kt|42 col 17| Line must not begin with "&&"
src/main/java/at/hannibal2/skyhanni/data/ScoreboardData.kt|42 col 20| Newline expected before operand in multiline condition
src/main/java/at/hannibal2/skyhanni/data/hypixel/chat/event/PartyChatEvent.kt|3 col 1| Imports must be ordered in lexicographic order without any empty lines in-between with "java", "javax", "kotlin" and aliases in the end
src/main/java/at/hannibal2/skyhanni/data/hypixel/chat/event/PlayerAllChatEvent.kt|49 col 1| Unexpected indentation (25) (should be 8)
src/main/java/at/hannibal2/skyhanni/data/mob/IslandExceptions.kt|43 col 68| Line is exceeding max line length. Break line after '&&' in binary expression
src/main/java/at/hannibal2/skyhanni/data/mob/IslandExceptions.kt|43 col 121| Line is exceeding max line length. Break line after '||' in binary expression
src/main/java/at/hannibal2/skyhanni/data/mob/IslandExceptions.kt|43 col 140| Line is exceeding max line length. Break line after '==' in binary expression
src/main/java/at/hannibal2/skyhanni/data/mob/IslandExceptions.kt|43 col 141| Exceeded max line length (140)
src/main/java/at/hannibal2/skyhanni/data/mob/IslandExceptions.kt|50 col 140| Exceeded max line length (140)
src/main/java/at/hannibal2/skyhanni/data/mob/IslandExceptions.kt|61 col 134| Line is exceeding max line length. Break line after '&&' in binary expression
src/main/java/at/hannibal2/skyhanni/data/mob/IslandExceptions.kt|61 col 135| Newline expected before operand in multiline condition
src/main/java/at/hannibal2/skyhanni/data/mob/IslandExceptions.kt|61 col 140| Exceeded max line length (140)
src/main/java/at/hannibal2/skyhanni/data/mob/IslandExceptions.kt|66 col 50| Newline expected before operand in multiline condition
src/main/java/at/hannibal2/skyhanni/data/mob/IslandExceptions.kt|82 col 141| Exceeded max line length (140)
src/main/java/at/hannibal2/skyhanni/data/mob/IslandExceptions.kt|88 col 68| Newline expected before operand in multiline condition
src/main/java/at/hannibal2/skyhanni/data/mob/IslandExceptions.kt|125 col 50| Newline expected before operand in multiline condition
src/main/java/at/hannibal2/skyhanni/data/mob/IslandExceptions.kt|134 col 140| Exceeded max line length (140)
src/main/java/at/hannibal2/skyhanni/data/mob/IslandExceptions.kt|160 col 141| Exceeded max line length (140)
src/main/java/at/hannibal2/skyhanni/data/mob/IslandExceptions.kt|168 col 87| Line is exceeding max line length. Break line after '&&' in binary expression
src/main/java/at/hannibal2/skyhanni/data/mob/IslandExceptions.kt|168 col 141| Exceeded max line length (140)
src/main/java/at/hannibal2/skyhanni/data/mob/IslandExceptions.kt|178 col 53| Line is exceeding max line length. Break line after '&&' in binary expression
src/main/java/at/hannibal2/skyhanni/data/mob/IslandExceptions.kt|178 col 134| Line is exceeding max line length. Break line after '||' in binary expression
src/main/java/at/hannibal2/skyhanni/data/mob/IslandExceptions.kt|178 col 140| Exceeded max line length (140)
src/main/java/at/hannibal2/skyhanni/data/mob/IslandExceptions.kt|178 col 153| Line is exceeding max line length. Break line after '==' in binary expression
src/main/java/at/hannibal2/skyhanni/data/mob/IslandExceptions.kt|178 col 169| Line is exceeding max line length. Break line after '&&' in binary expression
src/main/java/at/hannibal2/skyhanni/data/mob/IslandExceptions.kt|178 col 183| Line is exceeding max line length. Break line after '!=' in binary expression
src/main/java/at/hannibal2/skyhanni/data/mob/IslandExceptions.kt|183 col 87| Newline expected before operand in multiline condition
src/main/java/at/hannibal2/skyhanni/data/mob/IslandExceptions.kt|213 col 50| Newline expected before operand in multiline condition
src/main/java/at/hannibal2/skyhanni/data/mob/IslandExceptions.kt|252 col 23| Property name should use the screaming snake case notation when the value can not be changed
src/main/java/at/hannibal2/skyhanni/data/mob/IslandExceptions.kt|253 col 23| Property name should use the screaming snake case notation when the value can not be changed
src/main/java/at/hannibal2/skyhanni/data/mob/IslandExceptions.kt|261 col 62| Newline expected before operand in multiline condition
src/main/java/at/hannibal2/skyhanni/data/mob/MobDetection.kt|95 col 95| Unnecessary long whitespace
src/main/java/at/hannibal2/skyhanni/data/mob/MobDetection.kt|257 col 25| Line must not begin with "+"
src/main/java/at/hannibal2/skyhanni/data/mob/MobDetection.kt|258 col 25| Line must not begin with "+"
src/main/java/at/hannibal2/skyhanni/data/mob/MobDetection.kt|259 col 25| Line must not begin with "+"
src/main/java/at/hannibal2/skyhanni/data/mob/MobDetection.kt|260 col 1| Unexpected indentation (24) (should be 28)
src/main/java/at/hannibal2/skyhanni/data/mob/MobDetection.kt|261 col 1| Unexpected indentation (20) (should be 24)
src/main/java/at/hannibal2/skyhanni/data/mob/MobDetection.kt|262 col 25| Line must not begin with "+"
src/main/java/at/hannibal2/skyhanni/data/mob/MobDetection.kt|306 col 141| Exceeded max line length (140)
src/main/java/at/hannibal2/skyhanni/data/mob/MobDetection.kt|307 col 1| Unexpected indentation (12) (should be 16)
src/main/java/at/hannibal2/skyhanni/data/mob/MobDetection.kt|308 col 1| Unexpected indentation (16) (should be 20)
src/main/java/at/hannibal2/skyhanni/data/mob/MobDetection.kt|309 col 1| Unexpected indentation (16) (should be 20)
src/main/java/at/hannibal2/skyhanni/data/mob/MobDetection.kt|310 col 1| Unexpected indentation (12) (should be 16)
src/main/java/at/hannibal2/skyhanni/data/mob/MobFilter.kt|184 col 68| Newline expected before operand in multiline condition
src/main/java/at/hannibal2/skyhanni/data/mob/MobFilter.kt|185 col 62| Newline expected before operand in multiline condition
src/main/java/at/hannibal2/skyhanni/data/mob/MobFilter.kt|186 col 60| Newline expected before operand in multiline condition
src/main/java/at/hannibal2/skyhanni/data/mob/MobFilter.kt|214 col 74| Newline expected before operand in multiline condition
src/main/java/at/hannibal2/skyhanni/data/mob/MobFilter.kt|311 col 45| Newline expected before operand in multiline condition
src/main/java/at/hannibal2/skyhanni/data/mob/MobFilter.kt|339 col 58| Newline expected before operand in multiline condition
src/main/java/at/hannibal2/skyhanni/data/mob/MobFilter.kt|351 col 33| Newline expected before operand in multiline condition
src/main/java/at/hannibal2/skyhanni/data/mob/MobFilter.kt|352 col 59| Newline expected before operand in multiline condition
src/main/java/at/hannibal2/skyhanni/data/model/TabWidget.kt|421 col 46| Missing { ... }
src/main/java/at/hannibal2/skyhanni/data/model/TabWidget.kt|422 col 141| Exceeded max line length (140)
src/main/java/at/hannibal2/skyhanni/events/RenderTooltipEvent.kt|1 col 1| File 'RenderTooltipEvent.kt' contains a single class and possibly also extension functions for that class and should be named same after that class 'RenderItemTooltipEvent.kt'
src/main/java/at/hannibal2/skyhanni/features/bingo/MinionCraftHelper.kt|100 col 140| Exceeded max line length (140)
src/main/java/at/hannibal2/skyhanni/features/bingo/MinionCraftHelper.kt|146 col 91| Line is exceeding max line length. Break line after '&&' in binary expression
src/main/java/at/hannibal2/skyhanni/features/bingo/MinionCraftHelper.kt|146 col 115| Line is exceeding max line length. Break line after '<' in binary expression
src/main/java/at/hannibal2/skyhanni/features/bingo/MinionCraftHelper.kt|146 col 141| Exceeded max line length (140)
src/main/java/at/hannibal2/skyhanni/features/bingo/card/goals/GoalType.kt|6 col 5| Unnecessary semicolon
src/main/java/at/hannibal2/skyhanni/features/bingo/card/nextstephelper/BingoNextStepHelper.kt|170 col 102| Line is exceeding max line length. Break line after '&&' in binary expression
src/main/java/at/hannibal2/skyhanni/features/bingo/card/nextstephelper/BingoNextStepHelper.kt|170 col 119| Line is exceeding max line length. Break line after '==' in binary expression
src/main/java/at/hannibal2/skyhanni/features/bingo/card/nextstephelper/BingoNextStepHelper.kt|170 col 141| Exceeded max line length (140)
src/main/java/at/hannibal2/skyhanni/features/chat/ChatFilter.kt|34 col 141| Exceeded max line length (140)
src/main/java/at/hannibal2/skyhanni/features/chat/ChatFilter.kt|186 col 141| Exceeded max line length (140)
src/main/java/at/hannibal2/skyhanni/features/chat/ChatFilter.kt|259 col 141| Exceeded max line length (140)
src/main/java/at/hannibal2/skyhanni/features/chat/ChatFilter.kt|503 col 141| Exceeded max line length (140)
src/main/java/at/hannibal2/skyhanni/features/chat/CompactSplashPotionMessage.kt|19 col 141| Exceeded max line length (140)
src/main/java/at/hannibal2/skyhanni/features/chat/CompactSplashPotionMessage.kt|21 col 141| Exceeded max line length (140)
src/main/java/at/hannibal2/skyhanni/features/chat/Translator.kt|124 col 141| Exceeded max line length (140)
src/main/java/at/hannibal2/skyhanni/features/combat/BestiaryData.kt|444 col 39| Newline expected before operand in multiline condition
src/main/java/at/hannibal2/skyhanni/features/combat/BestiaryData.kt|445 col 17| Line must not begin with "&&"
src/main/java/at/hannibal2/skyhanni/features/combat/BestiaryData.kt|445 col 20| Newline expected before operand in multiline condition
src/main/java/at/hannibal2/skyhanni/features/combat/FlareDisplay.kt|197 col 9| Unnecessary semicolon
src/main/java/at/hannibal2/skyhanni/features/combat/damageindicator/BossType.kt|24 col 57| Missing spacing after ","
src/main/java/at/hannibal2/skyhanni/features/combat/damageindicator/BossType.kt|109 col 51| Missing spacing after ","
src/main/java/at/hannibal2/skyhanni/features/combat/damageindicator/DamageIndicatorManager.kt|291 col 1| Unexpected indentation (16) (should be 12)
src/main/java/at/hannibal2/skyhanni/features/combat/damageindicator/MobFinder.kt|91 col 23| Initial star should align with start of block comment
src/main/java/at/hannibal2/skyhanni/features/combat/damageindicator/MobFinder.kt|92 col 23| Initial star should align with start of block comment
src/main/java/at/hannibal2/skyhanni/features/combat/damageindicator/MobFinder.kt|93 col 23| Initial star should align with start of block comment
src/main/java/at/hannibal2/skyhanni/features/combat/damageindicator/MobFinder.kt|94 col 23| Initial star should align with start of block comment
src/main/java/at/hannibal2/skyhanni/features/combat/damageindicator/MobFinder.kt|95 col 22| Initial star should align with start of block comment
src/main/java/at/hannibal2/skyhanni/features/combat/damageindicator/MobFinder.kt|277 col 40| Newline expected before operand in multiline condition
src/main/java/at/hannibal2/skyhanni/features/combat/damageindicator/MobFinder.kt|315 col 39| Newline expected before operand in multiline condition
src/main/java/at/hannibal2/skyhanni/features/combat/damageindicator/MobFinder.kt|396 col 13| Line must not begin with "&&"
src/main/java/at/hannibal2/skyhanni/features/combat/damageindicator/MobFinder.kt|396 col 16| Newline expected before operand in multiline condition
src/main/java/at/hannibal2/skyhanni/features/combat/endernodetracker/EnderNodeTracker.kt|188 col 66| Newline expected before operand in multiline condition
src/main/java/at/hannibal2/skyhanni/features/combat/ghostcounter/GhostCounter.kt|74 col 14| Line is exceeding max line length. Break line before expression
src/main/java/at/hannibal2/skyhanni/features/combat/ghostcounter/GhostCounter.kt|74 col 127| Line is exceeding max line length. Break line after '+' in binary expression
src/main/java/at/hannibal2/skyhanni/features/combat/ghostcounter/GhostCounter.kt|74 col 141| Exceeded max line length (140)
src/main/java/at/hannibal2/skyhanni/features/combat/ghostcounter/GhostCounter.kt|74 col 146| Line is exceeding max line length. Break line after '+' in binary expression
src/main/java/at/hannibal2/skyhanni/features/combat/ghostcounter/GhostCounter.kt|74 col 163| Line is exceeding max line length. Break line after '+' in binary expression
src/main/java/at/hannibal2/skyhanni/features/combat/ghostcounter/GhostCounter.kt|283 col 141| Exceeded max line length (140)
src/main/java/at/hannibal2/skyhanni/features/combat/ghostcounter/GhostFormatting.kt|14 col 23| Property name should use the screaming snake case notation when the value can not be changed
src/main/java/at/hannibal2/skyhanni/features/combat/mobs/MobHighlight.kt|46 col 1| Unexpected indentation (12) (should be 16)
src/main/java/at/hannibal2/skyhanni/features/combat/mobs/MobHighlight.kt|46 col 13| Unexpected newline before "{"
src/main/java/at/hannibal2/skyhanni/features/combat/mobs/MobHighlight.kt|61 col 1| Unexpected indentation (12) (should be 16)
src/main/java/at/hannibal2/skyhanni/features/combat/mobs/MobHighlight.kt|61 col 13| Unexpected newline before "{"
src/main/java/at/hannibal2/skyhanni/features/combat/mobs/MobHighlight.kt|69 col 1| Unexpected indentation (12) (should be 16)
src/main/java/at/hannibal2/skyhanni/features/combat/mobs/MobHighlight.kt|69 col 13| Unexpected newline before "{"
src/main/java/at/hannibal2/skyhanni/features/combat/mobs/MobHighlight.kt|82 col 1| Unexpected indentation (20) (should be 24)
src/main/java/at/hannibal2/skyhanni/features/combat/mobs/MobHighlight.kt|82 col 21| Unexpected newline before "{"
src/main/java/at/hannibal2/skyhanni/features/combat/mobs/MobHighlight.kt|93 col 1| Unexpected indentation (20) (should be 24)
src/main/java/at/hannibal2/skyhanni/features/combat/mobs/MobHighlight.kt|93 col 21| Unexpected newline before "{"
src/main/java/at/hannibal2/skyhanni/features/combat/mobs/MobHighlight.kt|103 col 1| Unexpected indentation (16) (should be 20)
src/main/java/at/hannibal2/skyhanni/features/combat/mobs/MobHighlight.kt|103 col 17| Unexpected newline before "{"
src/main/java/at/hannibal2/skyhanni/features/combat/mobs/MobHighlight.kt|157 col 1| Unexpected indentation (8) (should be 12)
src/main/java/at/hannibal2/skyhanni/features/combat/mobs/MobHighlight.kt|157 col 9| Unexpected newline before "{"
src/main/java/at/hannibal2/skyhanni/features/combat/mobs/MobHighlight.kt|162 col 1| Unexpected indentation (8) (should be 12)
src/main/java/at/hannibal2/skyhanni/features/combat/mobs/MobHighlight.kt|162 col 9| Unexpected newline before "{"
src/main/java/at/hannibal2/skyhanni/features/commands/PartyCommands.kt|76 col 13| Line must not begin with "&&"
src/main/java/at/hannibal2/skyhanni/features/commands/PartyCommands.kt|76 col 16| Newline expected before operand in multiline condition
src/main/java/at/hannibal2/skyhanni/features/commands/WikiManager.kt|105 col 30| Parameter should start on a newline
src/main/java/at/hannibal2/skyhanni/features/commands/WikiManager.kt|106 col 50| Parameter should start on a newline
src/main/java/at/hannibal2/skyhanni/features/dungeon/DungeonChatFilter.kt|43 col 141| Exceeded max line length (140)
src/main/java/at/hannibal2/skyhanni/features/dungeon/DungeonChatFilter.kt|105 col 141| Exceeded max line length (140)
src/main/java/at/hannibal2/skyhanni/features/dungeon/DungeonChatFilter.kt|135 col 141| Exceeded max line length (140)
src/main/java/at/hannibal2/skyhanni/features/dungeon/DungeonCleanEnd.kt|97 col 13| Line must not begin with "&&"
src/main/java/at/hannibal2/skyhanni/features/dungeon/DungeonCleanEnd.kt|97 col 16| Newline expected before operand in multiline condition
src/main/java/at/hannibal2/skyhanni/features/dungeon/DungeonCleanEnd.kt|98 col 13| Line must not begin with "&&"
src/main/java/at/hannibal2/skyhanni/features/dungeon/DungeonCleanEnd.kt|98 col 16| Newline expected before operand in multiline condition
src/main/java/at/hannibal2/skyhanni/features/dungeon/DungeonCleanEnd.kt|99 col 13| Line must not begin with "&&"
src/main/java/at/hannibal2/skyhanni/features/dungeon/DungeonCleanEnd.kt|99 col 16| Newline expected before operand in multiline condition
src/main/java/at/hannibal2/skyhanni/features/dungeon/DungeonCleanEnd.kt|100 col 13| Line must not begin with "&&"
src/main/java/at/hannibal2/skyhanni/features/dungeon/DungeonCleanEnd.kt|100 col 16| Newline expected before operand in multiline condition
src/main/java/at/hannibal2/skyhanni/features/dungeon/DungeonHideItems.kt|198 col 1| Unexpected indentation (12) (should be 16)
src/main/java/at/hannibal2/skyhanni/features/dungeon/DungeonHideItems.kt|198 col 13| Unexpected newline before "{"
src/main/java/at/hannibal2/skyhanni/features/dungeon/DungeonHideItems.kt|199 col 1| Unexpected indentation (16) (should be 20)
src/main/java/at/hannibal2/skyhanni/features/dungeon/DungeonHideItems.kt|200 col 1| Unexpected indentation (12) (should be 16)
src/main/java/at/hannibal2/skyhanni/features/dungeon/DungeonHideItems.kt|205 col 62| Line is exceeding max line length. Break line after '&&' in binary expression
src/main/java/at/hannibal2/skyhanni/features/dungeon/DungeonHideItems.kt|205 col 97| Newline expected after opening brace
src/main/java/at/hannibal2/skyhanni/features/dungeon/DungeonHideItems.kt|205 col 137| Newline expected before closing brace
src/main/java/at/hannibal2/skyhanni/features/dungeon/DungeonHideItems.kt|205 col 139| Line is exceeding max line length. Break line before '?:'
src/main/java/at/hannibal2/skyhanni/features/dungeon/DungeonHideItems.kt|205 col 141| Exceeded max line length (140)
src/main/java/at/hannibal2/skyhanni/features/dungeon/DungeonLividFinder.kt|66 col 1| Unexpected indentation (12) (should be 16)
src/main/java/at/hannibal2/skyhanni/features/dungeon/HighlightDungeonDeathmite.kt|25 col 1| Unexpected indentation (12) (should be 16)
src/main/java/at/hannibal2/skyhanni/features/dungeon/HighlightDungeonDeathmite.kt|25 col 13| Unexpected newline before "{"
src/main/java/at/hannibal2/skyhanni/features/event/anniversary/Year300RaffleEvent.kt|41 col 49| Newline expected before operand in multiline condition
src/main/java/at/hannibal2/skyhanni/features/event/diana/DianaFixChat.kt|60 col 141| Exceeded max line length (140)
src/main/java/at/hannibal2/skyhanni/features/event/diana/GriffinBurrowParticleFinder.kt|96 col 127| Line is exceeding max line length. Break line after '&&' in binary expression
src/main/java/at/hannibal2/skyhanni/features/event/diana/GriffinBurrowParticleFinder.kt|96 col 138| Line is exceeding max line length. Break line after '==' in binary expression
src/main/java/at/hannibal2/skyhanni/features/event/diana/GriffinBurrowParticleFinder.kt|96 col 141| Exceeded max line length (140)
src/main/java/at/hannibal2/skyhanni/features/event/diana/GriffinBurrowParticleFinder.kt|96 col 146| Line is exceeding max line length. Break line after '&&' in binary expression
src/main/java/at/hannibal2/skyhanni/features/event/diana/GriffinBurrowParticleFinder.kt|96 col 157| Line is exceeding max line length. Break line after '==' in binary expression
src/main/java/at/hannibal2/skyhanni/features/event/diana/GriffinBurrowParticleFinder.kt|96 col 165| Line is exceeding max line length. Break line after '&&' in binary expression
src/main/java/at/hannibal2/skyhanni/features/event/diana/GriffinBurrowParticleFinder.kt|96 col 176| Line is exceeding max line length. Break line after '==' in binary expression
src/main/java/at/hannibal2/skyhanni/features/event/diana/GriffinBurrowParticleFinder.kt|99 col 140| Line is exceeding max line length. Break line after '&&' in binary expression
src/main/java/at/hannibal2/skyhanni/features/event/diana/GriffinBurrowParticleFinder.kt|99 col 141| Exceeded max line length (140)
src/main/java/at/hannibal2/skyhanni/features/event/diana/GriffinBurrowParticleFinder.kt|99 col 151| Line is exceeding max line length. Break line after '==' in binary expression
src/main/java/at/hannibal2/skyhanni/features/event/diana/GriffinBurrowParticleFinder.kt|99 col 159| Line is exceeding max line length. Break line after '&&' in binary expression
src/main/java/at/hannibal2/skyhanni/features/event/diana/GriffinBurrowParticleFinder.kt|99 col 170| Line is exceeding max line length. Break line after '==' in binary expression
src/main/java/at/hannibal2/skyhanni/features/event/diana/GriffinBurrowParticleFinder.kt|103 col 126| Line is exceeding max line length. Break line after '&&' in binary expression
src/main/java/at/hannibal2/skyhanni/features/event/diana/GriffinBurrowParticleFinder.kt|103 col 137| Line is exceeding max line length. Break line after '==' in binary expression
src/main/java/at/hannibal2/skyhanni/features/event/diana/GriffinBurrowParticleFinder.kt|103 col 141| Exceeded max line length (140)
src/main/java/at/hannibal2/skyhanni/features/event/diana/GriffinBurrowParticleFinder.kt|103 col 146| Line is exceeding max line length. Break line after '&&' in binary expression
src/main/java/at/hannibal2/skyhanni/features/event/diana/GriffinBurrowParticleFinder.kt|103 col 157| Line is exceeding max line length. Break line after '==' in binary expression
src/main/java/at/hannibal2/skyhanni/features/event/diana/GriffinBurrowParticleFinder.kt|103 col 165| Line is exceeding max line length. Break line after '&&' in binary expression
src/main/java/at/hannibal2/skyhanni/features/event/diana/GriffinBurrowParticleFinder.kt|103 col 176| Line is exceeding max line length. Break line after '==' in binary expression
src/main/java/at/hannibal2/skyhanni/features/event/diana/GriffinBurrowParticleFinder.kt|106 col 141| Exceeded max line length (140)
src/main/java/at/hannibal2/skyhanni/features/event/diana/GriffinBurrowParticleFinder.kt|106 col 144| Line is exceeding max line length. Break line after '&&' in binary expression
src/main/java/at/hannibal2/skyhanni/features/event/diana/GriffinBurrowParticleFinder.kt|106 col 155| Line is exceeding max line length. Break line after '==' in binary expression
src/main/java/at/hannibal2/skyhanni/features/event/diana/GriffinBurrowParticleFinder.kt|106 col 163| Line is exceeding max line length. Break line after '&&' in binary expression
src/main/java/at/hannibal2/skyhanni/features/event/diana/GriffinBurrowParticleFinder.kt|106 col 174| Line is exceeding max line length. Break line after '==' in binary expression
src/main/java/at/hannibal2/skyhanni/features/event/diana/GriffinBurrowParticleFinder.kt|109 col 134| Line is exceeding max line length. Break line after '&&' in binary expression
src/main/java/at/hannibal2/skyhanni/features/event/diana/GriffinBurrowParticleFinder.kt|109 col 141| Exceeded max line length (140)
src/main/java/at/hannibal2/skyhanni/features/event/diana/GriffinBurrowParticleFinder.kt|109 col 145| Line is exceeding max line length. Break line after '==' in binary expression
src/main/java/at/hannibal2/skyhanni/features/event/diana/GriffinBurrowParticleFinder.kt|109 col 153| Line is exceeding max line length. Break line after '&&' in binary expression
src/main/java/at/hannibal2/skyhanni/features/event/diana/GriffinBurrowParticleFinder.kt|109 col 164| Line is exceeding max line length. Break line after '==' in binary expression
src/main/java/at/hannibal2/skyhanni/features/event/diana/GriffinBurrowParticleFinder.kt|109 col 172| Line is exceeding max line length. Break line after '&&' in binary expression
src/main/java/at/hannibal2/skyhanni/features/event/diana/GriffinBurrowParticleFinder.kt|109 col 183| Line is exceeding max line length. Break line after '==' in binary expression
src/main/java/at/hannibal2/skyhanni/features/event/diana/MythologicalCreatureTracker.kt|57 col 9| Unexpected newline before "{"
src/main/java/at/hannibal2/skyhanni/features/event/diana/SoopyGuessBurrow.kt|141 col 123| Line is exceeding max line length. Break line after '/' in binary expression
src/main/java/at/hannibal2/skyhanni/features/event/diana/SoopyGuessBurrow.kt|141 col 136| Line is exceeding max line length. Break line after '-' in binary expression
src/main/java/at/hannibal2/skyhanni/features/event/diana/SoopyGuessBurrow.kt|141 col 141| Exceeded max line length (140)
src/main/java/at/hannibal2/skyhanni/features/event/diana/SoopyGuessBurrow.kt|141 col 142| Line is exceeding max line length. Break line after '' in binary expression
src/main/java/at/hannibal2/skyhanni/features/event/diana/SoopyGuessBurrow.kt|141 col 148| Line is exceeding max line length. Break line after '+' in binary expression
src/main/java/at/hannibal2/skyhanni/features/event/diana/SoopyGuessBurrow.kt|141 col 154| Line is exceeding max line length. Break line after '' in binary expression
src/main/java/at/hannibal2/skyhanni/features/event/diana/SoopyGuessBurrow.kt|141 col 160| Line is exceeding max line length. Break line after '-' in binary expression
src/main/java/at/hannibal2/skyhanni/features/event/diana/SoopyGuessBurrow.kt|141 col 166| Line is exceeding max line length. Break line after '' in binary expression
src/main/java/at/hannibal2/skyhanni/features/event/diana/SoopyGuessBurrow.kt|141 col 172| Line is exceeding max line length. Break line after '+' in binary expression
src/main/java/at/hannibal2/skyhanni/features/event/diana/SoopyGuessBurrow.kt|141 col 178| Line is exceeding max line length. Break line after '' in binary expression
src/main/java/at/hannibal2/skyhanni/features/event/diana/SoopyGuessBurrow.kt|141 col 184| Line is exceeding max line length. Break line after '-' in binary expression
src/main/java/at/hannibal2/skyhanni/features/event/diana/SoopyGuessBurrow.kt|141 col 190| Line is exceeding max line length. Break line after '*' in binary expression
src/main/java/at/hannibal2/skyhanni/features/event/hoppity/HoppityEggLocator.kt|160 col 13| Line must not begin with "&&"
src/main/java/at/hannibal2/skyhanni/features/event/hoppity/HoppityEggLocator.kt|160 col 16| Newline expected before operand in multiline condition
src/main/java/at/hannibal2/skyhanni/features/event/hoppity/HoppityEggLocator.kt|281 col 49| Newline expected before operand in multiline condition
src/main/java/at/hannibal2/skyhanni/features/event/hoppity/HoppityEggLocator.kt|281 col 69| Newline expected before operand in multiline condition
src/main/java/at/hannibal2/skyhanni/features/event/hoppity/HoppityEggLocator.kt|282 col 40| Newline expected before operand in multiline condition
src/main/java/at/hannibal2/skyhanni/features/event/jerry/frozentreasure/FrozenTreasureTracker.kt|45 col 1| Unexpected indentation (4) (should be 8)
src/main/java/at/hannibal2/skyhanni/features/event/jerry/frozentreasure/FrozenTreasureTracker.kt|45 col 5| Unexpected newline before "{"
src/main/java/at/hannibal2/skyhanni/features/event/lobby/waypoints/christmas/PresentWaypoints.kt|108 col 40| Parameter should start on a newline
src/main/java/at/hannibal2/skyhanni/features/event/lobby/waypoints/christmas/PresentWaypoints.kt|108 col 61| Parameter should start on a newline
src/main/java/at/hannibal2/skyhanni/features/event/lobby/waypoints/christmas/PresentWaypoints.kt|108 col 81| Parameter should start on a newline
... (Too many findings. Dropped some findings)