Skip to content

Commit

Permalink
fixup! Merge branch 'handle_comments_and_blank_interpolations_in_rege…
Browse files Browse the repository at this point in the history
…xp_parsed_tree' into use_regexp_parser_in_redundant_regexp_cops
  • Loading branch information
owst committed Sep 27, 2020
1 parent fd8b231 commit 201fc15
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,8 @@

### Changes

* [#8625](https://github.com/rubocop-hq/rubocop/pull/8625): Improve `Style/RedundantRegexpCharacterClass` and `Style/RedundantRegexpEscape` by using `regexp_parser` gem. ([@owst][])
* [#XXXX](https://github.com/rubocop-hq/rubocop/pull/XXXX): Extend RegexpNode#parsed_tree to handle regexps including interpolaton and comments. ([@owst][])
* [#8803](https://github.com/rubocop-hq/rubocop/pull/8803): Extend RegexpNode#parsed_tree to handle regexps including interpolaton and comments. ([@owst][])
* [#8625](https://github.com/rubocop-hq/rubocop/pull/8625): Improve `Style/RedundantRegexpCharacterClass` and `Style/RedundantRegexpEscape` by using `regexp_parser` gem. ([@owst][])

## 0.92.0 (2020-09-25)

Expand Down

0 comments on commit 201fc15

Please sign in to comment.