Skip to content

Commit f56dea3

Browse files
committed
Corrected some RuboCop glitches.
Signed-off-by: Hermann Mayer <[email protected]>
1 parent c380356 commit f56dea3

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

.rubocop.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
require:
22
- rubocop-rspec
3+
4+
plugins:
35
- rubocop-rails
46

57
Rails:

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
### next
22

3-
* TODO: Replace this bullet point with an actual description of a change.
3+
* Corrected some RuboCop glitches (#10)
44

55
### 1.7.0 (30 January 2025)
66

spec/spec_helper.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88
require 'timecop'
99

1010
# Setup a default timezone for the tests
11-
# rubocop:disable Rails/TimeZoneAssignment because we need a configured
12-
# time zone for +Time.zone.xxx+ calls
11+
# rubocop:disable Rails/TimeZoneAssignment -- because we need a configured time
12+
# zone for +Time.zone.xxx+ calls
1313
Time.zone = 'Europe/Berlin'
1414
# rubocop:enable Rails/TimeZoneAssignment
1515

0 commit comments

Comments
 (0)