File: .rubocop.yml

package info (click to toggle)
ruby-liquid-c 4.2.0-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 504 kB
  • sloc: ansic: 3,866; ruby: 1,151; makefile: 7
file content (14 lines) | stat: -rwxr-xr-x 226 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
inherit_gem:
  rubocop-shopify: rubocop.yml

require: rubocop-performance

AllCops:
  TargetRubyVersion: 2.5
  Exclude:
    - 'vendor/bundle/**/*'
    - 'tmp/**/*'

Style/GlobalVars:
  Exclude:
    - 'ext/liquid_c/extconf.rb'