Skip to content

Commit 0b03152

Browse files
authored
Merge pull request openfoodfoundation#10697 from mkllnk/rubocop-config-update
Update Rubocop config and replace deprecated TimeWithZone#to_s with argument
2 parents 6f492d8 + 03828c5 commit 0b03152

File tree

12 files changed

+586
-72
lines changed

12 files changed

+586
-72
lines changed

Diff for: .rubocop_styleguide.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,8 @@
22
#
33
# These are the rules we agreed upon and we work towards.
44
AllCops:
5-
NewCops: disable
5+
NewCops: enable
66
SuggestExtensions: false
7-
TargetRailsVersion: 5.0
87
Exclude:
98
- 'bin/**/*'
109
- 'db/**/*'

0 commit comments

Comments
 (0)