File tree 1 file changed +2
-4
lines changed
1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -31,7 +31,6 @@ Rubocop will run on the following files and extensions:
31
31
- ` .rbx `
32
32
- ` .ru `
33
33
- ` .ruby `
34
-
35
34
- ` .schema `
36
35
- ` .spec `
37
36
- ` .thor `
@@ -51,14 +50,12 @@ Rubocop will run on the following files and extensions:
51
50
- ` Fastfile `
52
51
- ` Fastfile `
53
52
- ` Gemfile `
54
-
55
53
- ` Guardfile `
56
54
- ` Jarfile `
57
55
- ` Mavenfile `
58
56
- ` Podfile `
59
57
- ` Puppetfile `
60
58
- ` Rakefile `
61
-
62
59
- ` rakefile `
63
60
- ` Schemafile `
64
61
- ` Snapfile `
@@ -69,9 +66,10 @@ Rubocop will run on the following files and extensions:
69
66
70
67
## Configuration
71
68
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:
73
70
74
71
- ` .rubocop.yml `
72
+ - ` .rubocop.yaml `
75
73
76
74
CodeRabbit will use the default settings based on the profile selected if no config file is found.
77
75
You can’t perform that action at this time.
0 commit comments