Skip to content

Commit

Permalink
Remove CAS and Covid
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexander committed Jan 20, 2024
1 parent 49f0dfb commit d5e1b11
Show file tree
Hide file tree
Showing 53 changed files with 190 additions and 557 deletions.
20 changes: 12 additions & 8 deletions .rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,18 @@ AllCops:
Documentation:
Enabled: false

Style/StringLiterals:
Exclude:
- 'config/application.rb'
- 'config/boot.rb'
- 'config/environments/*'
- 'config/environment.rb'
- 'config/initializers/backtrace_silencers.rb'
- 'config.ru'

RSpec/NestedGroups:
Max: 4

Metrics/LineLength:
Max: 130

Expand All @@ -29,13 +41,5 @@ Metrics/BlockLength:
- post
- delete

Style/NumericPredicate:
Exclude:
- spec/**/*

Style/HashSyntax:
Enabled: true
EnforcedStyle: ruby19

Metrics/AbcSize:
Max: 30
Loading

0 comments on commit d5e1b11

Please sign in to comment.