From 66bb381e2571b9fb68168cbf1acd260cc8982ad0 Mon Sep 17 00:00:00 2001 From: Brayden Christensen Date: Fri, 19 Dec 2025 13:53:45 -0700 Subject: [PATCH 1/2] fix: use plugins instead of deprecated require --- rubocop.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rubocop.yml b/rubocop.yml index 28f2a25..ca10ae3 100644 --- a/rubocop.yml +++ b/rubocop.yml @@ -1,6 +1,6 @@ # Information for creating the rubocop.yml was taken from this location http://rubocop.readthedocs.io/en/latest/configuration/ # Rules are taken from rubystyle.guide, Azure, Airbnb's Ruby Style Guide and few top starred projects on Github. -require: +plugins: - rubocop-rails - rubocop-rspec - rubocop-performance From 76383ee413675edfe1fe0a8f8a03090e0a75440b Mon Sep 17 00:00:00 2001 From: Brayden Christensen Date: Fri, 19 Dec 2025 13:57:54 -0700 Subject: [PATCH 2/2] update changelog --- CHANGELOG.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ac0f593..ffaeabc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,10 +5,8 @@ All notable changes to this project will be documented in this file. 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). ## [Unreleased] -### Added -- Nothing. -### Updated -- Updated README with instructions for `.gitignore`. +### Changed +- Changed `require` to `plugins` in rubocop.yml to fix deprecation warning. ## [1.0.0] - 2021-09-24 ### Added