Skip to content

Commit

Permalink
updates to README
Browse files Browse the repository at this point in the history
  • Loading branch information
ford-at-aws committed May 10, 2024
1 parent 0efe128 commit b8f876b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
4 changes: 0 additions & 4 deletions .github/linters/.ruby-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,6 @@
#######################
# Rubocop Config file #
#######################

#inherit_gem:
# rubocop-github:
# - config/default.yml
Metrics/MethodLength:
Max: 25
Metrics/AbcSize:
Expand Down
2 changes: 1 addition & 1 deletion ruby/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ To invoke Rubocop yourself, first install it with `gem install rubocop`.
Next, run:

```bash
rubocop --config .github/linters/.ruby-lint.yml path/to/python/file_or_directory
rubocop --config .github/linters/.ruby-lint.yml path/to/ruby/file_or_directory
```

To lint all Ruby files in the current directory and its subdirectories, run:
Expand Down

0 comments on commit b8f876b

Please sign in to comment.