README.md in rubocop-ast-0.1.0 vs README.md in rubocop-ast-0.2.0

- old
+ new

@@ -4,15 +4,16 @@ [![CI](https://github.com/rubocop-hq/rubocop-ast/workflows/CI/badge.svg)](https://github.com/rubocop-hq/rubocop-ast/actions?query=workflow%3ACI) [![Test Coverage](https://api.codeclimate.com/v1/badges/a29666e6373bc41bc0a9/test_coverage)](https://codeclimate.com/github/rubocop-hq/rubocop-ast/test_coverage) [![Maintainability](https://api.codeclimate.com/v1/badges/a29666e6373bc41bc0a9/maintainability)](https://codeclimate.com/github/rubocop-hq/rubocop-ast/maintainability) Contains the classes needed by [RuboCop](https://github.com/rubocop-hq/rubocop) to deal with Ruby's AST, in particular: -* `RuboCop::AST::Node` + +* `RuboCop::AST::Node` ([doc](docs/modules/ROOT/pages/node_types.adoc)) * `RuboCop::AST::NodePattern` ([doc](docs/modules/ROOT/pages/node_pattern.adoc)) This gem may be used independently from the main RuboCop gem. It was extracted from RuboCop in version 0.84 and its only -dependency is the `parser` gem, which `rubocop-ast` extends. +dependency is the [parser](https://github.com/whitequark/parser) gem, which `rubocop-ast` extends. ## Installation Just install the `rubocop-ast` gem @@ -26,10 +27,12 @@ gem 'rubocop-ast' ``` ## Usage -Refer to the documentation of `RuboCop::AST::Node` and [`RuboCop::AST::NodePattern`](docs/modules/ROOT/pages/node_pattern.adoc) +Refer to the documentation of [`RuboCop::AST::Node`](docs/modules/ROOT/pages/node_types.adoc) and [`RuboCop::AST::NodePattern`](docs/modules/ROOT/pages/node_pattern.adoc) + +See the [docs site](https://docs.rubocop.org/rubocop-ast) for more details. ### Parser compatibility switches The main `RuboCop` gem uses [legacy AST output from parser](https://github.com/whitequark/parser/#usage). This gem is meant to be compatible with all settings. For example, to have `-> { ... }` emitted