mirror of
https://github.com/hakanensari/frankfurter.git
synced 2024-11-21 18:42:29 +01:00
e5815737c1
- bumped gems - rm bots - rm pry byebug - added rubocop-shopify and corrected generated warnings
14 lines
198 B
YAML
14 lines
198 B
YAML
inherit_gem:
|
|
rubocop-shopify: rubocop.yml
|
|
|
|
inherit_from: ".rubocop_todo.yml"
|
|
|
|
require:
|
|
- rubocop-minitest
|
|
- rubocop-performance
|
|
- rubocop-rake
|
|
- rubocop-sequel
|
|
|
|
AllCops:
|
|
NewCops: enable
|