diff --git a/.rubocop.yml b/.rubocop.yml index 6d247a8..15334dc 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -1,5 +1,4 @@ require: - - rubocop-minitest - rubocop-packaging - rubocop-performance - rubocop-rails @@ -12,13 +11,6 @@ AllCops: SuggestExtensions: false Exclude: - 'bin/**/*' - - '**/tmp/**/*' - - '**/templates/**/*' - - '**/vendor/**/*' - - 'actionpack/lib/action_dispatch/journey/parser.rb' - - 'actionmailbox/test/dummy/**/*' - - 'actiontext/test/dummy/**/*' - - '**/node_modules/**/*' Performance: Exclude: @@ -327,15 +319,3 @@ Performance/RedundantStringChars: Performance/StringInclude: Enabled: true - -Minitest/AssertRaisesWithRegexpArgument: - Enabled: true - -Minitest/AssertWithExpectedArgument: - Enabled: true - -Minitest/SkipEnsure: - Enabled: true - -Minitest/UnreachableAssertion: - Enabled: true \ No newline at end of file diff --git a/Gemfile b/Gemfile index 8d31db1..e122f7d 100644 --- a/Gemfile +++ b/Gemfile @@ -8,7 +8,6 @@ gemspec gem "rake" gem "rubocop", ">= 1.25.1", require: false -gem "rubocop-minitest", require: false gem "rubocop-packaging", require: false gem "rubocop-performance", require: false gem "rubocop-rails", require: false diff --git a/README.md b/README.md index e4f1b2b..1fbb468 100644 --- a/README.md +++ b/README.md @@ -287,8 +287,12 @@ User.where("settings->>'string_value' = ?", "some string") # string query ## License -Licensed under the [MIT License](http://creativecommons.org/licenses/MIT/) +This project is released under the MIT license: -Copyright 2019 [jejacks0n](https://github.com/jejacks0n) +* https://opensource.org/licenses/MIT + +Copyright 2023 [jejacks0n](https://github.com/jejacks0n) ## Make Code Not War + +[![forthebadge](http://forthebadge.com/images/badges/built-with-love.svg)](http://forthebadge.com) \ No newline at end of file