Skip to content

Commit

Permalink
Add a note about the extraction of rubocop-ast from RuboCop
Browse files Browse the repository at this point in the history
  • Loading branch information
bbatsov committed Jun 15, 2020
1 parent ca99e90 commit 882465c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@ Contains the classes needed by [RuboCop](https://github.com/rubocop-hq/rubocop)
* `RuboCop::AST::Node`
* `RuboCop::AST::NodePattern` ([doc](docs/modules/ROOT/pages/node_pattern.adoc))

This gem may be used independently from the main RuboCop gem.
This gem may be used independently from the main RuboCop gem. In was extracted from RuboCop in version 0.84 and its only
dependency is the `parser` gem, which `rubocop-ast` extends.

## Installation

Expand Down

0 comments on commit 882465c

Please sign in to comment.