ydah/rubocop-committee

View on GitHub
.simplecov

Summary

Maintainability
Test Coverage
# frozen_string_literal: true

SimpleCov.start do
  enable_coverage :branch
  add_filter "/spec/"
  add_filter "/vendor/bundle/"
end