Update rails_best_practices: 1.19.3 → 1.20.0 (minor) #232
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Here is everything you need to know about this update. Please take a good look at what changed and the test results before merging this pull request.
What changed?
✳️ rails_best_practices (1.19.3 → 1.20.0) · Repo · Changelog
Release Notes
1.20.0 (from changelog)
1.19.5 (from changelog)
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by 48 commits:
add rake back
Bumping version to 1.20.0
remove rake from gemspec
fix ruby 2.7.0 warnings
Bumping version to 1.19.5
update code_analyzer to 0.5.1
Merge pull request #350 from rwojnarowski/patch-1
Update require_all dependency from 2.0 to 3.0
update .travis.yml
Merge pull request #349 from angezanetti/AddVscodeOption
upgrade the version number
fix the url format
change the doc & parser
add the link format for vscode
Merge pull request #343 from flyerhzm/awesomecode-ruby/emptyline-25377
Merge pull request #347 from r-uchida13/add_bigint_to_always_add_db_index_review
Add bigint to AlwaysAddDbIndexReview
commit Gemfile.lock
Bumping version to 1.19.4
Auto corrected by following Ruby Style/IfUnlessModifier
Auto corrected by following Ruby EmptyLine
Merge pull request #342 from flyerhzm/awesomecode-ruby/emptyline-25374
Merge pull request #341 from flyerhzm/awesomecode-ruby/magiccomment-25372
Auto corrected by following Ruby EmptyLine
Auto corrected by following Ruby MagicComment
Merge pull request #339 from flyerhzm/awesomecode-ruby/emptyline-25366
Merge pull request #336 from kazuooooo/master
Auto corrected by following Ruby EmptyLine
Merge pull request #337 from baclv/fix-docs
Load the custom configuration file
update awesomecode.io badge link
Add cli class
Auto corrected by following Ruby Layout/ExtraSpacing
Auto corrected by following Ruby Style/UnneededCondition
remove mac only gems
commit Gemfile.lock
Auto corrected by following Ruby Style/YodaCondition
Auto corrected by following Ruby Style/EachWithObject
Merge pull request #332 from flyerhzm/awesomecode-ruby/parentheses-18754
Auto corrected by following Ruby Style/RedundantFreeze
Auto corrected by following Ruby Style/SymbolProc
Auto corrected by following Ruby Parentheses
Auto corrected by following Ruby Style/BlockDelimiters
Auto corrected by following Ruby Lint/UnusedMethodArgument
Auto corrected by following Ruby Performance/RedundantBlockCall
Merge pull request #331 from flyerhzm/awesomecode-ruby/layout/trailingwhitespace-18749
Auto corrected by following Ruby Layout/TrailingWhitespace
Auto corrected by following Ruby GeneralLayout
Commits
See the full diff on Github. The new version differs by 20 commits:
Bumping version to 0.5.2
remove encoding: utf-8 comment
Merge pull request #35 from ybiquitous/fix-invalid-line-number
Fix `Sexp#line_number` on `:top_const_ref`, `:dot2`, and `:dot3` types
Merge pull request #30 from ybiquitous/fix-sexp-line-number
Update Ruby versions on Travis CI (updated: 2.6.6, added: 2.7.1)
Fix `Sexp#line_number` on various types
Merge pull request #13 from ybiquitous/fix-line-number-on-unary
Fix `Sexp#line_number` on `:unary`
Merge pull request #12 from flyerhzm/awesomecode-lint-ruby-emptyline-42295
Auto corrected by following Lint Ruby EmptyLine
Merge pull request #10 from flyerhzm/awesomecode-lint-ruby-magiccomment-42284
Auto corrected by following Format Ruby Code
Auto corrected by following Lint Ruby MagicComment
Bumping version to 0.5.1
support :@period for to_s
remove 1.9.3 compatible tests
Bumping version to 0.5.0
fix after upgrading to ruby 2.6
Auto corrected by following Format Ruby Code
Commits
See the full diff on Github. The new version differs by 5 commits:
Fix gemspec
Update CHANGES and bump version to 3.0.0
Merge branch 'yakara-ltd-active_support'
Respect inflections defined by ActiveSupport when autoloading
Update and rename CHANGES to CHANGES.md (#25)
Release Notes
1.10.1 (from changelog)
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by 29 commits:
prepped for release
- Bumped ruby version to include 3.0 (trunk).
Added 2.7 to pt_testcase.rb
prepped for release
+ Added `child` and `include` to Sexp::Matcher.parse language.
prepped for release
- Declared support for ruby 2.2+ to gemspec.
- Fixed alias for `not?` to `-` for ruby <= 2.4. (nard-tech).
Added tests for uppercase symbols staying symbols
prepped for release
+ Added any matcher to pattern parser.
+ Added '-' as an alias for the 'not?' pattern matching command.
+ Added Klass matcher to match on types.
Removed old maglev skips in test
prepped for release
+ Extended Sexp::Matcher::Parser to cover more method names.
+ Split out all pattern-oriented code to sexp_matcher.rb.
- Fixed bug w/ ruby's Array#eql? and #hash not looking at ivars.
+ Added Sexp.q (query) and deprecated Sexp.s to distinguish better and match inspect output.
prepped for release
+ Sexp#line now raises if setting w/ non-integer (eg nil).
- Simple fixes for STRICT_SEXP=1.
- Fixed pt_testcase.rb for stabby proc sexps.
- Fixed pt_testcase.rb for block args w/ trailing commas.
prepped for release
- STRICT_SEXP=4+ fails w/ current use of concat. Removed concat from strictness for now.
oops. needed to tag for 2.6 in pt_testcase.rb
Fixed a bug in sexp_body caused by last commit.
- Use concat internally instead of splat. Some people have 20000 node sexps! (presidentbeef)
Depfu will automatically keep this PR conflict-free, as long as you don't add any commits to this branch yourself. You can also trigger a rebase manually by commenting with
@depfu rebase
.All Depfu comment commands