lib/skunk/cli/commands/status_reporter.rb in skunk-0.5.1 vs lib/skunk/cli/commands/status_reporter.rb in skunk-0.5.2
- old
+ new
@@ -73,10 +73,10 @@
def table_options
max = sorted_modules.max_by { |a_mod| a_mod.pathname.to_s.length }
width = max.pathname.to_s.length + HEADINGS_WITHOUT_FILE_WIDTH
{
style: {
- width: width
+ width: width # rubocop:disable Style/HashSyntax
}
}
end
def table