Skip to content

Commit acf29ce

Browse files
authored
chore: Update Rubocop configuration files (#75)
1 parent e0a6698 commit acf29ce

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

docs/tools/rubocop.md

+2-4
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@ Rubocop will run on the following files and extensions:
3131
- `.rbx`
3232
- `.ru`
3333
- `.ruby`
34-
3534
- `.schema`
3635
- `.spec`
3736
- `.thor`
@@ -51,14 +50,12 @@ Rubocop will run on the following files and extensions:
5150
- `Fastfile`
5251
- `Fastfile`
5352
- `Gemfile`
54-
5553
- `Guardfile`
5654
- `Jarfile`
5755
- `Mavenfile`
5856
- `Podfile`
5957
- `Puppetfile`
6058
- `Rakefile`
61-
6259
- `rakefile`
6360
- `Schemafile`
6461
- `Snapfile`
@@ -69,9 +66,10 @@ Rubocop will run on the following files and extensions:
6966

7067
## Configuration
7168

72-
Rubocop uses a YAML style configuration file.
69+
Rubocop uses a YAML style configuration file. We look for the following files anywhere in the repository:
7370

7471
- `.rubocop.yml`
72+
- `.rubocop.yaml`
7573

7674
CodeRabbit will use the default settings based on the profile selected if no config file is found.
7775

0 commit comments

Comments
 (0)