Skip to content

Commit 6449223

Browse files
ford-at-awsmeyertst-aws
authored andcommitted
updates to README
1 parent e4172fa commit 6449223

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

.github/linters/.ruby-lint.yml

-4
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,6 @@
22
#######################
33
# Rubocop Config file #
44
#######################
5-
6-
#inherit_gem:
7-
# rubocop-github:
8-
# - config/default.yml
95
Metrics/MethodLength:
106
Max: 25
117
Metrics/AbcSize:

ruby/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ To invoke Rubocop yourself, first install it with `gem install rubocop`.
6666
Next, run:
6767

6868
```bash
69-
rubocop --config .github/linters/.ruby-lint.yml path/to/python/file_or_directory
69+
rubocop --config .github/linters/.ruby-lint.yml path/to/ruby/file_or_directory
7070
```
7171

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

0 commit comments

Comments
 (0)