Skip to content

chore: Update Rubocop configuration files #75

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Aug 9, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 2 additions & 4 deletions docs/tools/rubocop.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ Rubocop will run on the following files and extensions:
- `.rbx`
- `.ru`
- `.ruby`

- `.schema`
- `.spec`
- `.thor`
Expand All @@ -51,14 +50,12 @@ Rubocop will run on the following files and extensions:
- `Fastfile`
- `Fastfile`
- `Gemfile`

- `Guardfile`
- `Jarfile`
- `Mavenfile`
- `Podfile`
- `Puppetfile`
- `Rakefile`

- `rakefile`
- `Schemafile`
- `Snapfile`
Expand All @@ -69,9 +66,10 @@ Rubocop will run on the following files and extensions:

## Configuration

Rubocop uses a YAML style configuration file.
Rubocop uses a YAML style configuration file. We look for the following files anywhere in the repository:

- `.rubocop.yml`
- `.rubocop.yaml`

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

Expand Down