File: .rubocop.yml

package info (click to toggle)
ruby-dotenv 2.4.0-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 260 kB
  • sloc: ruby: 769; makefile: 6
file content (20 lines) | stat: -rw-r--r-- 353 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
Lint/HandleExceptions:
  Exclude:
    - 'lib/dotenv/rails.rb'
    - 'lib/dotenv.rb'

Style/Documentation:
  Exclude:
    - 'Rakefile'
    - 'lib/dotenv/version.rb'

Style/FileName:
  Exclude:
    - 'lib/dotenv/rails-now.rb'
    - 'lib/dotenv-rails.rb'

Style/HashSyntax:
  EnforcedStyle: 'ruby19'

Style/StringLiterals:
  EnforcedStyle: 'double_quotes'