sider.yml in tiny_hooks-0.2.0 vs sider.yml in tiny_hooks-0.3.0

- old
+ new

@@ -21,16 +21,16 @@ # - { name: "reek", version: "6.0.0" } # target: [lib/, test/] # config: config/reek.yml # # RuboCop example. See https://help.sider.review/tools/ruby/rubocop -# rubocop: -# root_dir: project/ -# dependencies: -# - rubocop-rails -# - { name: "rubocop-rspec", version: "2.1.0" } -# config: config/.rubocop.yml -# safe: true + rubocop: + dependencies: + - rubocop-minitest + - rubocop-performance + - rubocop-rake + - rubocop-sensible + safe: true # # ShellCheck example. See https://help.sider.review/tools/shellscript/shellcheck # shellcheck: # root_dir: project/ # target: