Project

General

Profile

Revision 3bc253a2

Added by David Davis over 8 years ago

Refs #7642 - Create docker image and tag models

View differences:

.rubocop.yml
1
AllCops:
2
  RunRailsCops: true # always run the rails cops
3

  
1 4
# Don't enforce documentation
2 5
Style/Documentation:
3 6
  Enabled: false
......
10 13
Rails/ActionFilter:
11 14
  EnforcedStyle: filter
12 15

  
13
Style/LineLength:
14
  Max: 100
16
Metrics/LineLength:
17
  Max: 132 # Half of a 1920x1080 screen
15 18

  
16
Style/MethodLength:
19
Metrics/MethodLength:
17 20
  Max: 20
18 21

  
19 22
StringLiterals:

Also available in: Unified diff