Skip to content

Commit 0d98dec

Browse files
authored
Merge pull request #4 from patterninc/warning-message-fix
Fix deprecated warning message
2 parents 4003b39 + 76383ee commit 0d98dec

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

CHANGELOG.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,8 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

77
## [Unreleased]
8-
### Added
9-
- Nothing.
10-
### Updated
11-
- Updated README with instructions for `.gitignore`.
8+
### Changed
9+
- Changed `require` to `plugins` in rubocop.yml to fix deprecation warning.
1210

1311
## [1.0.0] - 2021-09-24
1412
### Added

rubocop.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Information for creating the rubocop.yml was taken from this location http://rubocop.readthedocs.io/en/latest/configuration/
22
# Rules are taken from rubystyle.guide, Azure, Airbnb's Ruby Style Guide and few top starred projects on Github.
3-
require:
3+
plugins:
44
- rubocop-rails
55
- rubocop-rspec
66
- rubocop-performance

0 commit comments

Comments
 (0)