diff --git a/.rubocop_todo.yml b/.rubocop_todo.yml index 9c650fa..1990595 100644 --- a/.rubocop_todo.yml +++ b/.rubocop_todo.yml @@ -16,13 +16,6 @@ Layout/EmptyLinesAroundAttributeAccessor: - 'lib/zip/filesystem.rb' - 'samples/gtk_ruby_zip.rb' -# Offense count: 2 -# Cop supports --auto-correct. -# Configuration parameters: IndentationWidth. -# SupportedStyles: special_inside_parentheses, consistent, align_brackets -Layout/FirstArrayElementIndentation: - EnforcedStyle: consistent - # Offense count: 7 Lint/MissingSuper: Exclude: diff --git a/.simplecov b/.simplecov index 6c400bf..611a952 100644 --- a/.simplecov +++ b/.simplecov @@ -9,10 +9,12 @@ SimpleCov::Formatter::LcovFormatter.config do |c| c.single_report_path = 'coverage/lcov.info' end -SimpleCov.formatter = SimpleCov::Formatter::MultiFormatter.new([ - SimpleCov::Formatter::HTMLFormatter, - SimpleCov::Formatter::LcovFormatter -]) +SimpleCov.formatter = SimpleCov::Formatter::MultiFormatter.new( + [ + SimpleCov::Formatter::HTMLFormatter, + SimpleCov::Formatter::LcovFormatter + ] +) SimpleCov.start do # enable_coverage :branch <-- Re-enable this when we move to ruby ~> 2.5.