Skip to content

Commit

Permalink
Merge pull request #12 from jejacks0n/release-0.2.0
Browse files Browse the repository at this point in the history
Minor cleanup
  • Loading branch information
jejacks0n committed Jul 23, 2023
2 parents a11db9a + cadce8f commit c87b42e
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 23 deletions.
20 changes: 0 additions & 20 deletions .rubocop.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
require:
- rubocop-minitest
- rubocop-packaging
- rubocop-performance
- rubocop-rails
Expand All @@ -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:
Expand Down Expand Up @@ -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
1 change: 0 additions & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

0 comments on commit c87b42e

Please sign in to comment.