Skip to content

Commit

Permalink
Enable extra Ameba rule and fix usages (#174)
Browse files Browse the repository at this point in the history
  • Loading branch information
Blacksmoke16 authored May 3, 2022
1 parent d978125 commit dc01af3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/formatter/output_style.cr
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ struct Athena::Console::Formatter::OutputStyle

# :nodoc:
getter? handles_href_gracefully : Bool do
"JetBrains-JediTerm" != ENV["TERMINAL_EMULATOR"]? && (!ENV.has_key?("KONSOLE_VERSION") || ENV["KONSOLE_VERSION"].to_i > 201100)
"JetBrains-JediTerm" != ENV["TERMINAL_EMULATOR"]? && (!ENV.has_key?("KONSOLE_VERSION") || ENV["KONSOLE_VERSION"].to_i > 201_100)
end

def initialize(foreground : Colorize::Color | String = :default, background : Colorize::Color | String = :default, @options : Colorize::Mode = :none)
Expand Down

0 comments on commit dc01af3

Please sign in to comment.