From d5fd3069cb76ee05ff635cba73523e6faa5b0f71 Mon Sep 17 00:00:00 2001 From: Tyler Marien Date: Wed, 3 Jan 2024 12:38:43 -0600 Subject: [PATCH 1/2] fix: remove Rubocop rails config since this is not a Rails project --- .rubocop.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.rubocop.yml b/.rubocop.yml index e981cdf..1ab135e 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -1,3 +1,4 @@ inherit_gem: ws-style: - - default.yml + - core.yml + - rspec.yml From 5c915ef95dfd91949a1ffcd9d8ce8701aac3aeee Mon Sep 17 00:00:00 2001 From: Tyler Marien Date: Wed, 3 Jan 2024 12:42:19 -0600 Subject: [PATCH 2/2] chore: bump version --- CHANGELOG.md | 4 ++++ Gemfile.lock | 2 +- lib/rubocop/vendor/version.rb | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ebf7346..1c0d1e5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## 0.12.2 - 2024-01-03 +### Changed +- Removed Rubocop config for Rails + ## 0.12.1 - 2023-08-01 ### Fixed - Fixes for `ws-sdk` path injection rubocops diff --git a/Gemfile.lock b/Gemfile.lock index f759532..f05e1f1 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - rubocop-vendor (0.12.1) + rubocop-vendor (0.12.2) rubocop GEM diff --git a/lib/rubocop/vendor/version.rb b/lib/rubocop/vendor/version.rb index fba8428..88e5aa7 100644 --- a/lib/rubocop/vendor/version.rb +++ b/lib/rubocop/vendor/version.rb @@ -2,6 +2,6 @@ module RuboCop module Vendor - VERSION = '0.12.1' + VERSION = '0.12.2' end end