Skip to content

Instantly share code, notes, and snippets.

View JosimarCamargo's full-sized avatar

Josimar Camargo JosimarCamargo

View GitHub Profile
@palkan
palkan / .rubocop_strict.yml
Created March 18, 2020 20:29
rubocop-strict config
# Inherit from TODO here to make sure we enforce the rules below
# (and TODO is ignored)
inherit_from:
- .rubocop_todo.yml
Lint/Debugger: # don't leave binding.pry
Enabled: true
Exclude: []
RSpec/Focus: # run ALL tests on CI