Skip to content

Commit

Permalink
Bump version to 2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
neoeno committed Aug 28, 2021
1 parent edd6723 commit 5a72ae0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .rubocop-stub.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@
# Configure Rubocop to use the config file in the Scaffolint GitHub repo

inherit_from:
- https://raw.githubusercontent.com/makersacademy/scaffolint/v2.1.0/.rubocop.yml
- https://raw.githubusercontent.com/makersacademy/scaffolint/v2.2.0/.rubocop.yml
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Read [.rubocop.yml](.rubocop.yml) for details.

3. Copy the ScaffoLint config file to your project
```shell
; curl -o .rubocop.yml https://raw.githubusercontent.com/makersacademy/scaffolint/v2.1.0/.rubocop-stub.yml
; curl -o .rubocop.yml https://raw.githubusercontent.com/makersacademy/scaffolint/v2.2.0/.rubocop-stub.yml
```

Or, if you already have a Rubocop config file, add the relevant lines from the [stub file](./.rubocop-stub.yml).
Expand Down

0 comments on commit 5a72ae0

Please sign in to comment.