Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 2 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion rubocop.yml
Original file line number Diff line number Diff line change
@@ -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
Expand Down