lib/dri/commands/incidents.rb in dri-0.10.2 vs lib/dri/commands/incidents.rb in dri-0.11.0
- old
+ new
@@ -13,10 +13,10 @@
def initialize(options)
@options = options
end
- def execute(input: $stdin, output: $stdout) # rubocop:disable Metrics/AbcSize
+ def execute(_input: $stdin, output: $stdout) # rubocop:disable Metrics/AbcSize
verify_config_exists
incident = add_color('Incident', :bright_yellow)
service = add_color('Service', :bright_yellow)
status = add_color('Status', :bright_yellow)