Skip to content
This repository was archived by the owner on Aug 16, 2025. It is now read-only.

chore: Update Rubocop configuration files #75

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
chore: Update Rubocop configuration files
  • Loading branch information
hasit committed Aug 9, 2024
commit 3c98f4ab867ddaca0fb8abc6f5cd317afd1ff1bf
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