File: .rubocop.yml

package info (click to toggle)
ruby-secure-headers 7.2.0-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 556 kB
  • sloc: ruby: 4,196; makefile: 5
file content (11 lines) | stat: -rw-r--r-- 249 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
inherit_gem:
  rubocop-github:
    - config/default.yml
plugins: rubocop-performance

AllCops:
  TargetRubyVersion: 2.6

# Disable cops that are not consistently available across all Ruby versions
Lint/RedundantCopDisableDirective:
  Enabled: false