Skip to content

Commit

Permalink
fix: remove Rubocop rails config since this is not a Rails project (#102
Browse files Browse the repository at this point in the history
)

* fix: remove Rubocop rails config since this is not a Rails project

* chore: bump version
  • Loading branch information
tylermarien authored Jan 3, 2024
1 parent 32a1382 commit ebfaffd
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .rubocop.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
inherit_gem:
ws-style:
- default.yml
- core.yml
- rspec.yml
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
rubocop-vendor (0.12.1)
rubocop-vendor (0.12.2)
rubocop

GEM
Expand Down
2 changes: 1 addition & 1 deletion lib/rubocop/vendor/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

module RuboCop
module Vendor
VERSION = '0.12.1'
VERSION = '0.12.2'
end
end

0 comments on commit ebfaffd

Please sign in to comment.