From 3c98f4ab867ddaca0fb8abc6f5cd317afd1ff1bf Mon Sep 17 00:00:00 2001 From: Hasit Mistry Date: Fri, 9 Aug 2024 08:42:28 -0700 Subject: [PATCH] chore: Update Rubocop configuration files --- docs/tools/rubocop.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/docs/tools/rubocop.md b/docs/tools/rubocop.md index f6c44d1c..4172bea4 100644 --- a/docs/tools/rubocop.md +++ b/docs/tools/rubocop.md @@ -31,7 +31,6 @@ Rubocop will run on the following files and extensions: - `.rbx` - `.ru` - `.ruby` - - `.schema` - `.spec` - `.thor` @@ -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` @@ -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.