From a22bfc3beff4dd1ce66413b3334881ce8b4a2482 Mon Sep 17 00:00:00 2001 From: ksss Date: Mon, 20 Jan 2025 16:58:50 +0900 Subject: [PATCH] Enable rubocop to none-reviewer and none-changes. --- gems/active_decorator/.rubocop.yml | 8 ++++++++ gems/active_hash/.rubocop.yml | 8 ++++++++ gems/activerecord-import/.rubocop.yml | 8 ++++++++ gems/addressable/.rubocop.yml | 8 ++++++++ gems/async/.rubocop.yml | 8 ++++++++ gems/browser/.rubocop.yml | 8 ++++++++ gems/carrierwave/.rubocop.yml | 8 ++++++++ gems/chartkick/.rubocop.yml | 8 ++++++++ gems/commonmarker/.rubocop.yml | 8 ++++++++ gems/connection_pool/.rubocop.yml | 8 ++++++++ gems/dotenv-rails/.rubocop.yml | 8 ++++++++ gems/enumerize/.rubocop.yml | 8 ++++++++ gems/fcm/.rubocop.yml | 8 ++++++++ gems/flexirest/.rubocop.yml | 8 ++++++++ gems/geocoder/.rubocop.yml | 8 ++++++++ gems/gimei/.rubocop.yml | 8 ++++++++ gems/google-apis-bigquery_v2/.rubocop.yml | 8 ++++++++ gems/google-apis-core/.rubocop.yml | 8 ++++++++ gems/googleauth/.rubocop.yml | 8 ++++++++ gems/grpc/.rubocop.yml | 8 ++++++++ gems/hashie/.rubocop.yml | 8 ++++++++ gems/holidays/.rubocop.yml | 8 ++++++++ gems/json-jwt/.rubocop.yml | 8 ++++++++ gems/kaminari-actionview/.rubocop.yml | 8 ++++++++ gems/marcel/.rubocop.yml | 8 ++++++++ gems/moji/.rubocop.yml | 8 ++++++++ gems/mysql2-cs-bind/.rubocop.yml | 8 ++++++++ gems/mysql2/.rubocop.yml | 8 ++++++++ gems/octokit/.rubocop.yml | 8 ++++++++ gems/oga/.rubocop.yml | 8 ++++++++ gems/openid_connect/.rubocop.yml | 8 ++++++++ gems/operator_recordable/.rubocop.yml | 8 ++++++++ gems/rack-oauth2/.rubocop.yml | 8 ++++++++ gems/rails-html-sanitizer/.rubocop.yml | 8 ++++++++ gems/recaptcha/.rubocop.yml | 8 ++++++++ gems/regexp_parser/.rubocop.yml | 8 ++++++++ gems/regexp_trie/.rubocop.yml | 8 ++++++++ gems/request_store/.rubocop.yml | 8 ++++++++ gems/retries/.rubocop.yml | 8 ++++++++ gems/rqrcode/.rubocop.yml | 8 ++++++++ gems/rubocop-ast/.rubocop.yml | 8 ++++++++ gems/rubyzip/.rubocop.yml | 8 ++++++++ gems/shoryuken/.rubocop.yml | 8 ++++++++ gems/shrine/.rubocop.yml | 8 ++++++++ gems/signet/.rubocop.yml | 8 ++++++++ gems/simple_oauth/.rubocop.yml | 8 ++++++++ gems/sorcery/.rubocop.yml | 8 ++++++++ gems/spreadsheet/.rubocop.yml | 8 ++++++++ gems/sqlite3/.rubocop.yml | 8 ++++++++ gems/thor/.rubocop.yml | 8 ++++++++ gems/ulid/.rubocop.yml | 8 ++++++++ gems/wavedash/.rubocop.yml | 8 ++++++++ gems/web-push/.rubocop.yml | 8 ++++++++ gems/webmock/.rubocop.yml | 8 ++++++++ gems/woothee/.rubocop.yml | 8 ++++++++ 55 files changed, 440 insertions(+) create mode 100644 gems/active_decorator/.rubocop.yml create mode 100644 gems/active_hash/.rubocop.yml create mode 100644 gems/activerecord-import/.rubocop.yml create mode 100644 gems/addressable/.rubocop.yml create mode 100644 gems/async/.rubocop.yml create mode 100644 gems/browser/.rubocop.yml create mode 100644 gems/carrierwave/.rubocop.yml create mode 100644 gems/chartkick/.rubocop.yml create mode 100644 gems/commonmarker/.rubocop.yml create mode 100644 gems/connection_pool/.rubocop.yml create mode 100644 gems/dotenv-rails/.rubocop.yml create mode 100644 gems/enumerize/.rubocop.yml create mode 100644 gems/fcm/.rubocop.yml create mode 100644 gems/flexirest/.rubocop.yml create mode 100644 gems/geocoder/.rubocop.yml create mode 100644 gems/gimei/.rubocop.yml create mode 100644 gems/google-apis-bigquery_v2/.rubocop.yml create mode 100644 gems/google-apis-core/.rubocop.yml create mode 100644 gems/googleauth/.rubocop.yml create mode 100644 gems/grpc/.rubocop.yml create mode 100644 gems/hashie/.rubocop.yml create mode 100644 gems/holidays/.rubocop.yml create mode 100644 gems/json-jwt/.rubocop.yml create mode 100644 gems/kaminari-actionview/.rubocop.yml create mode 100644 gems/marcel/.rubocop.yml create mode 100644 gems/moji/.rubocop.yml create mode 100644 gems/mysql2-cs-bind/.rubocop.yml create mode 100644 gems/mysql2/.rubocop.yml create mode 100644 gems/octokit/.rubocop.yml create mode 100644 gems/oga/.rubocop.yml create mode 100644 gems/openid_connect/.rubocop.yml create mode 100644 gems/operator_recordable/.rubocop.yml create mode 100644 gems/rack-oauth2/.rubocop.yml create mode 100644 gems/rails-html-sanitizer/.rubocop.yml create mode 100644 gems/recaptcha/.rubocop.yml create mode 100644 gems/regexp_parser/.rubocop.yml create mode 100644 gems/regexp_trie/.rubocop.yml create mode 100644 gems/request_store/.rubocop.yml create mode 100644 gems/retries/.rubocop.yml create mode 100644 gems/rqrcode/.rubocop.yml create mode 100644 gems/rubocop-ast/.rubocop.yml create mode 100644 gems/rubyzip/.rubocop.yml create mode 100644 gems/shoryuken/.rubocop.yml create mode 100644 gems/shrine/.rubocop.yml create mode 100644 gems/signet/.rubocop.yml create mode 100644 gems/simple_oauth/.rubocop.yml create mode 100644 gems/sorcery/.rubocop.yml create mode 100644 gems/spreadsheet/.rubocop.yml create mode 100644 gems/sqlite3/.rubocop.yml create mode 100644 gems/thor/.rubocop.yml create mode 100644 gems/ulid/.rubocop.yml create mode 100644 gems/wavedash/.rubocop.yml create mode 100644 gems/web-push/.rubocop.yml create mode 100644 gems/webmock/.rubocop.yml create mode 100644 gems/woothee/.rubocop.yml diff --git a/gems/active_decorator/.rubocop.yml b/gems/active_decorator/.rubocop.yml new file mode 100644 index 000000000..74cedeae6 --- /dev/null +++ b/gems/active_decorator/.rubocop.yml @@ -0,0 +1,8 @@ +inherit_from: ../../.rubocop.yml + +RBS/Layout: + Enabled: true +RBS/Lint: + Enabled: true +RBS/Style: + Enabled: true diff --git a/gems/active_hash/.rubocop.yml b/gems/active_hash/.rubocop.yml new file mode 100644 index 000000000..74cedeae6 --- /dev/null +++ b/gems/active_hash/.rubocop.yml @@ -0,0 +1,8 @@ +inherit_from: ../../.rubocop.yml + +RBS/Layout: + Enabled: true +RBS/Lint: + Enabled: true +RBS/Style: + Enabled: true diff --git a/gems/activerecord-import/.rubocop.yml b/gems/activerecord-import/.rubocop.yml new file mode 100644 index 000000000..74cedeae6 --- /dev/null +++ b/gems/activerecord-import/.rubocop.yml @@ -0,0 +1,8 @@ +inherit_from: ../../.rubocop.yml + +RBS/Layout: + Enabled: true +RBS/Lint: + Enabled: true +RBS/Style: + Enabled: true diff --git a/gems/addressable/.rubocop.yml b/gems/addressable/.rubocop.yml new file mode 100644 index 000000000..74cedeae6 --- /dev/null +++ b/gems/addressable/.rubocop.yml @@ -0,0 +1,8 @@ +inherit_from: ../../.rubocop.yml + +RBS/Layout: + Enabled: true +RBS/Lint: + Enabled: true +RBS/Style: + Enabled: true diff --git a/gems/async/.rubocop.yml b/gems/async/.rubocop.yml new file mode 100644 index 000000000..74cedeae6 --- /dev/null +++ b/gems/async/.rubocop.yml @@ -0,0 +1,8 @@ +inherit_from: ../../.rubocop.yml + +RBS/Layout: + Enabled: true +RBS/Lint: + Enabled: true +RBS/Style: + Enabled: true diff --git a/gems/browser/.rubocop.yml b/gems/browser/.rubocop.yml new file mode 100644 index 000000000..74cedeae6 --- /dev/null +++ b/gems/browser/.rubocop.yml @@ -0,0 +1,8 @@ +inherit_from: ../../.rubocop.yml + +RBS/Layout: + Enabled: true +RBS/Lint: + Enabled: true +RBS/Style: + Enabled: true diff --git a/gems/carrierwave/.rubocop.yml b/gems/carrierwave/.rubocop.yml new file mode 100644 index 000000000..74cedeae6 --- /dev/null +++ b/gems/carrierwave/.rubocop.yml @@ -0,0 +1,8 @@ +inherit_from: ../../.rubocop.yml + +RBS/Layout: + Enabled: true +RBS/Lint: + Enabled: true +RBS/Style: + Enabled: true diff --git a/gems/chartkick/.rubocop.yml b/gems/chartkick/.rubocop.yml new file mode 100644 index 000000000..74cedeae6 --- /dev/null +++ b/gems/chartkick/.rubocop.yml @@ -0,0 +1,8 @@ +inherit_from: ../../.rubocop.yml + +RBS/Layout: + Enabled: true +RBS/Lint: + Enabled: true +RBS/Style: + Enabled: true diff --git a/gems/commonmarker/.rubocop.yml b/gems/commonmarker/.rubocop.yml new file mode 100644 index 000000000..74cedeae6 --- /dev/null +++ b/gems/commonmarker/.rubocop.yml @@ -0,0 +1,8 @@ +inherit_from: ../../.rubocop.yml + +RBS/Layout: + Enabled: true +RBS/Lint: + Enabled: true +RBS/Style: + Enabled: true diff --git a/gems/connection_pool/.rubocop.yml b/gems/connection_pool/.rubocop.yml new file mode 100644 index 000000000..74cedeae6 --- /dev/null +++ b/gems/connection_pool/.rubocop.yml @@ -0,0 +1,8 @@ +inherit_from: ../../.rubocop.yml + +RBS/Layout: + Enabled: true +RBS/Lint: + Enabled: true +RBS/Style: + Enabled: true diff --git a/gems/dotenv-rails/.rubocop.yml b/gems/dotenv-rails/.rubocop.yml new file mode 100644 index 000000000..74cedeae6 --- /dev/null +++ b/gems/dotenv-rails/.rubocop.yml @@ -0,0 +1,8 @@ +inherit_from: ../../.rubocop.yml + +RBS/Layout: + Enabled: true +RBS/Lint: + Enabled: true +RBS/Style: + Enabled: true diff --git a/gems/enumerize/.rubocop.yml b/gems/enumerize/.rubocop.yml new file mode 100644 index 000000000..74cedeae6 --- /dev/null +++ b/gems/enumerize/.rubocop.yml @@ -0,0 +1,8 @@ +inherit_from: ../../.rubocop.yml + +RBS/Layout: + Enabled: true +RBS/Lint: + Enabled: true +RBS/Style: + Enabled: true diff --git a/gems/fcm/.rubocop.yml b/gems/fcm/.rubocop.yml new file mode 100644 index 000000000..74cedeae6 --- /dev/null +++ b/gems/fcm/.rubocop.yml @@ -0,0 +1,8 @@ +inherit_from: ../../.rubocop.yml + +RBS/Layout: + Enabled: true +RBS/Lint: + Enabled: true +RBS/Style: + Enabled: true diff --git a/gems/flexirest/.rubocop.yml b/gems/flexirest/.rubocop.yml new file mode 100644 index 000000000..74cedeae6 --- /dev/null +++ b/gems/flexirest/.rubocop.yml @@ -0,0 +1,8 @@ +inherit_from: ../../.rubocop.yml + +RBS/Layout: + Enabled: true +RBS/Lint: + Enabled: true +RBS/Style: + Enabled: true diff --git a/gems/geocoder/.rubocop.yml b/gems/geocoder/.rubocop.yml new file mode 100644 index 000000000..74cedeae6 --- /dev/null +++ b/gems/geocoder/.rubocop.yml @@ -0,0 +1,8 @@ +inherit_from: ../../.rubocop.yml + +RBS/Layout: + Enabled: true +RBS/Lint: + Enabled: true +RBS/Style: + Enabled: true diff --git a/gems/gimei/.rubocop.yml b/gems/gimei/.rubocop.yml new file mode 100644 index 000000000..74cedeae6 --- /dev/null +++ b/gems/gimei/.rubocop.yml @@ -0,0 +1,8 @@ +inherit_from: ../../.rubocop.yml + +RBS/Layout: + Enabled: true +RBS/Lint: + Enabled: true +RBS/Style: + Enabled: true diff --git a/gems/google-apis-bigquery_v2/.rubocop.yml b/gems/google-apis-bigquery_v2/.rubocop.yml new file mode 100644 index 000000000..74cedeae6 --- /dev/null +++ b/gems/google-apis-bigquery_v2/.rubocop.yml @@ -0,0 +1,8 @@ +inherit_from: ../../.rubocop.yml + +RBS/Layout: + Enabled: true +RBS/Lint: + Enabled: true +RBS/Style: + Enabled: true diff --git a/gems/google-apis-core/.rubocop.yml b/gems/google-apis-core/.rubocop.yml new file mode 100644 index 000000000..74cedeae6 --- /dev/null +++ b/gems/google-apis-core/.rubocop.yml @@ -0,0 +1,8 @@ +inherit_from: ../../.rubocop.yml + +RBS/Layout: + Enabled: true +RBS/Lint: + Enabled: true +RBS/Style: + Enabled: true diff --git a/gems/googleauth/.rubocop.yml b/gems/googleauth/.rubocop.yml new file mode 100644 index 000000000..74cedeae6 --- /dev/null +++ b/gems/googleauth/.rubocop.yml @@ -0,0 +1,8 @@ +inherit_from: ../../.rubocop.yml + +RBS/Layout: + Enabled: true +RBS/Lint: + Enabled: true +RBS/Style: + Enabled: true diff --git a/gems/grpc/.rubocop.yml b/gems/grpc/.rubocop.yml new file mode 100644 index 000000000..74cedeae6 --- /dev/null +++ b/gems/grpc/.rubocop.yml @@ -0,0 +1,8 @@ +inherit_from: ../../.rubocop.yml + +RBS/Layout: + Enabled: true +RBS/Lint: + Enabled: true +RBS/Style: + Enabled: true diff --git a/gems/hashie/.rubocop.yml b/gems/hashie/.rubocop.yml new file mode 100644 index 000000000..74cedeae6 --- /dev/null +++ b/gems/hashie/.rubocop.yml @@ -0,0 +1,8 @@ +inherit_from: ../../.rubocop.yml + +RBS/Layout: + Enabled: true +RBS/Lint: + Enabled: true +RBS/Style: + Enabled: true diff --git a/gems/holidays/.rubocop.yml b/gems/holidays/.rubocop.yml new file mode 100644 index 000000000..74cedeae6 --- /dev/null +++ b/gems/holidays/.rubocop.yml @@ -0,0 +1,8 @@ +inherit_from: ../../.rubocop.yml + +RBS/Layout: + Enabled: true +RBS/Lint: + Enabled: true +RBS/Style: + Enabled: true diff --git a/gems/json-jwt/.rubocop.yml b/gems/json-jwt/.rubocop.yml new file mode 100644 index 000000000..74cedeae6 --- /dev/null +++ b/gems/json-jwt/.rubocop.yml @@ -0,0 +1,8 @@ +inherit_from: ../../.rubocop.yml + +RBS/Layout: + Enabled: true +RBS/Lint: + Enabled: true +RBS/Style: + Enabled: true diff --git a/gems/kaminari-actionview/.rubocop.yml b/gems/kaminari-actionview/.rubocop.yml new file mode 100644 index 000000000..74cedeae6 --- /dev/null +++ b/gems/kaminari-actionview/.rubocop.yml @@ -0,0 +1,8 @@ +inherit_from: ../../.rubocop.yml + +RBS/Layout: + Enabled: true +RBS/Lint: + Enabled: true +RBS/Style: + Enabled: true diff --git a/gems/marcel/.rubocop.yml b/gems/marcel/.rubocop.yml new file mode 100644 index 000000000..74cedeae6 --- /dev/null +++ b/gems/marcel/.rubocop.yml @@ -0,0 +1,8 @@ +inherit_from: ../../.rubocop.yml + +RBS/Layout: + Enabled: true +RBS/Lint: + Enabled: true +RBS/Style: + Enabled: true diff --git a/gems/moji/.rubocop.yml b/gems/moji/.rubocop.yml new file mode 100644 index 000000000..74cedeae6 --- /dev/null +++ b/gems/moji/.rubocop.yml @@ -0,0 +1,8 @@ +inherit_from: ../../.rubocop.yml + +RBS/Layout: + Enabled: true +RBS/Lint: + Enabled: true +RBS/Style: + Enabled: true diff --git a/gems/mysql2-cs-bind/.rubocop.yml b/gems/mysql2-cs-bind/.rubocop.yml new file mode 100644 index 000000000..74cedeae6 --- /dev/null +++ b/gems/mysql2-cs-bind/.rubocop.yml @@ -0,0 +1,8 @@ +inherit_from: ../../.rubocop.yml + +RBS/Layout: + Enabled: true +RBS/Lint: + Enabled: true +RBS/Style: + Enabled: true diff --git a/gems/mysql2/.rubocop.yml b/gems/mysql2/.rubocop.yml new file mode 100644 index 000000000..74cedeae6 --- /dev/null +++ b/gems/mysql2/.rubocop.yml @@ -0,0 +1,8 @@ +inherit_from: ../../.rubocop.yml + +RBS/Layout: + Enabled: true +RBS/Lint: + Enabled: true +RBS/Style: + Enabled: true diff --git a/gems/octokit/.rubocop.yml b/gems/octokit/.rubocop.yml new file mode 100644 index 000000000..74cedeae6 --- /dev/null +++ b/gems/octokit/.rubocop.yml @@ -0,0 +1,8 @@ +inherit_from: ../../.rubocop.yml + +RBS/Layout: + Enabled: true +RBS/Lint: + Enabled: true +RBS/Style: + Enabled: true diff --git a/gems/oga/.rubocop.yml b/gems/oga/.rubocop.yml new file mode 100644 index 000000000..74cedeae6 --- /dev/null +++ b/gems/oga/.rubocop.yml @@ -0,0 +1,8 @@ +inherit_from: ../../.rubocop.yml + +RBS/Layout: + Enabled: true +RBS/Lint: + Enabled: true +RBS/Style: + Enabled: true diff --git a/gems/openid_connect/.rubocop.yml b/gems/openid_connect/.rubocop.yml new file mode 100644 index 000000000..74cedeae6 --- /dev/null +++ b/gems/openid_connect/.rubocop.yml @@ -0,0 +1,8 @@ +inherit_from: ../../.rubocop.yml + +RBS/Layout: + Enabled: true +RBS/Lint: + Enabled: true +RBS/Style: + Enabled: true diff --git a/gems/operator_recordable/.rubocop.yml b/gems/operator_recordable/.rubocop.yml new file mode 100644 index 000000000..74cedeae6 --- /dev/null +++ b/gems/operator_recordable/.rubocop.yml @@ -0,0 +1,8 @@ +inherit_from: ../../.rubocop.yml + +RBS/Layout: + Enabled: true +RBS/Lint: + Enabled: true +RBS/Style: + Enabled: true diff --git a/gems/rack-oauth2/.rubocop.yml b/gems/rack-oauth2/.rubocop.yml new file mode 100644 index 000000000..74cedeae6 --- /dev/null +++ b/gems/rack-oauth2/.rubocop.yml @@ -0,0 +1,8 @@ +inherit_from: ../../.rubocop.yml + +RBS/Layout: + Enabled: true +RBS/Lint: + Enabled: true +RBS/Style: + Enabled: true diff --git a/gems/rails-html-sanitizer/.rubocop.yml b/gems/rails-html-sanitizer/.rubocop.yml new file mode 100644 index 000000000..74cedeae6 --- /dev/null +++ b/gems/rails-html-sanitizer/.rubocop.yml @@ -0,0 +1,8 @@ +inherit_from: ../../.rubocop.yml + +RBS/Layout: + Enabled: true +RBS/Lint: + Enabled: true +RBS/Style: + Enabled: true diff --git a/gems/recaptcha/.rubocop.yml b/gems/recaptcha/.rubocop.yml new file mode 100644 index 000000000..74cedeae6 --- /dev/null +++ b/gems/recaptcha/.rubocop.yml @@ -0,0 +1,8 @@ +inherit_from: ../../.rubocop.yml + +RBS/Layout: + Enabled: true +RBS/Lint: + Enabled: true +RBS/Style: + Enabled: true diff --git a/gems/regexp_parser/.rubocop.yml b/gems/regexp_parser/.rubocop.yml new file mode 100644 index 000000000..74cedeae6 --- /dev/null +++ b/gems/regexp_parser/.rubocop.yml @@ -0,0 +1,8 @@ +inherit_from: ../../.rubocop.yml + +RBS/Layout: + Enabled: true +RBS/Lint: + Enabled: true +RBS/Style: + Enabled: true diff --git a/gems/regexp_trie/.rubocop.yml b/gems/regexp_trie/.rubocop.yml new file mode 100644 index 000000000..74cedeae6 --- /dev/null +++ b/gems/regexp_trie/.rubocop.yml @@ -0,0 +1,8 @@ +inherit_from: ../../.rubocop.yml + +RBS/Layout: + Enabled: true +RBS/Lint: + Enabled: true +RBS/Style: + Enabled: true diff --git a/gems/request_store/.rubocop.yml b/gems/request_store/.rubocop.yml new file mode 100644 index 000000000..74cedeae6 --- /dev/null +++ b/gems/request_store/.rubocop.yml @@ -0,0 +1,8 @@ +inherit_from: ../../.rubocop.yml + +RBS/Layout: + Enabled: true +RBS/Lint: + Enabled: true +RBS/Style: + Enabled: true diff --git a/gems/retries/.rubocop.yml b/gems/retries/.rubocop.yml new file mode 100644 index 000000000..74cedeae6 --- /dev/null +++ b/gems/retries/.rubocop.yml @@ -0,0 +1,8 @@ +inherit_from: ../../.rubocop.yml + +RBS/Layout: + Enabled: true +RBS/Lint: + Enabled: true +RBS/Style: + Enabled: true diff --git a/gems/rqrcode/.rubocop.yml b/gems/rqrcode/.rubocop.yml new file mode 100644 index 000000000..74cedeae6 --- /dev/null +++ b/gems/rqrcode/.rubocop.yml @@ -0,0 +1,8 @@ +inherit_from: ../../.rubocop.yml + +RBS/Layout: + Enabled: true +RBS/Lint: + Enabled: true +RBS/Style: + Enabled: true diff --git a/gems/rubocop-ast/.rubocop.yml b/gems/rubocop-ast/.rubocop.yml new file mode 100644 index 000000000..74cedeae6 --- /dev/null +++ b/gems/rubocop-ast/.rubocop.yml @@ -0,0 +1,8 @@ +inherit_from: ../../.rubocop.yml + +RBS/Layout: + Enabled: true +RBS/Lint: + Enabled: true +RBS/Style: + Enabled: true diff --git a/gems/rubyzip/.rubocop.yml b/gems/rubyzip/.rubocop.yml new file mode 100644 index 000000000..74cedeae6 --- /dev/null +++ b/gems/rubyzip/.rubocop.yml @@ -0,0 +1,8 @@ +inherit_from: ../../.rubocop.yml + +RBS/Layout: + Enabled: true +RBS/Lint: + Enabled: true +RBS/Style: + Enabled: true diff --git a/gems/shoryuken/.rubocop.yml b/gems/shoryuken/.rubocop.yml new file mode 100644 index 000000000..74cedeae6 --- /dev/null +++ b/gems/shoryuken/.rubocop.yml @@ -0,0 +1,8 @@ +inherit_from: ../../.rubocop.yml + +RBS/Layout: + Enabled: true +RBS/Lint: + Enabled: true +RBS/Style: + Enabled: true diff --git a/gems/shrine/.rubocop.yml b/gems/shrine/.rubocop.yml new file mode 100644 index 000000000..74cedeae6 --- /dev/null +++ b/gems/shrine/.rubocop.yml @@ -0,0 +1,8 @@ +inherit_from: ../../.rubocop.yml + +RBS/Layout: + Enabled: true +RBS/Lint: + Enabled: true +RBS/Style: + Enabled: true diff --git a/gems/signet/.rubocop.yml b/gems/signet/.rubocop.yml new file mode 100644 index 000000000..74cedeae6 --- /dev/null +++ b/gems/signet/.rubocop.yml @@ -0,0 +1,8 @@ +inherit_from: ../../.rubocop.yml + +RBS/Layout: + Enabled: true +RBS/Lint: + Enabled: true +RBS/Style: + Enabled: true diff --git a/gems/simple_oauth/.rubocop.yml b/gems/simple_oauth/.rubocop.yml new file mode 100644 index 000000000..74cedeae6 --- /dev/null +++ b/gems/simple_oauth/.rubocop.yml @@ -0,0 +1,8 @@ +inherit_from: ../../.rubocop.yml + +RBS/Layout: + Enabled: true +RBS/Lint: + Enabled: true +RBS/Style: + Enabled: true diff --git a/gems/sorcery/.rubocop.yml b/gems/sorcery/.rubocop.yml new file mode 100644 index 000000000..74cedeae6 --- /dev/null +++ b/gems/sorcery/.rubocop.yml @@ -0,0 +1,8 @@ +inherit_from: ../../.rubocop.yml + +RBS/Layout: + Enabled: true +RBS/Lint: + Enabled: true +RBS/Style: + Enabled: true diff --git a/gems/spreadsheet/.rubocop.yml b/gems/spreadsheet/.rubocop.yml new file mode 100644 index 000000000..74cedeae6 --- /dev/null +++ b/gems/spreadsheet/.rubocop.yml @@ -0,0 +1,8 @@ +inherit_from: ../../.rubocop.yml + +RBS/Layout: + Enabled: true +RBS/Lint: + Enabled: true +RBS/Style: + Enabled: true diff --git a/gems/sqlite3/.rubocop.yml b/gems/sqlite3/.rubocop.yml new file mode 100644 index 000000000..74cedeae6 --- /dev/null +++ b/gems/sqlite3/.rubocop.yml @@ -0,0 +1,8 @@ +inherit_from: ../../.rubocop.yml + +RBS/Layout: + Enabled: true +RBS/Lint: + Enabled: true +RBS/Style: + Enabled: true diff --git a/gems/thor/.rubocop.yml b/gems/thor/.rubocop.yml new file mode 100644 index 000000000..74cedeae6 --- /dev/null +++ b/gems/thor/.rubocop.yml @@ -0,0 +1,8 @@ +inherit_from: ../../.rubocop.yml + +RBS/Layout: + Enabled: true +RBS/Lint: + Enabled: true +RBS/Style: + Enabled: true diff --git a/gems/ulid/.rubocop.yml b/gems/ulid/.rubocop.yml new file mode 100644 index 000000000..74cedeae6 --- /dev/null +++ b/gems/ulid/.rubocop.yml @@ -0,0 +1,8 @@ +inherit_from: ../../.rubocop.yml + +RBS/Layout: + Enabled: true +RBS/Lint: + Enabled: true +RBS/Style: + Enabled: true diff --git a/gems/wavedash/.rubocop.yml b/gems/wavedash/.rubocop.yml new file mode 100644 index 000000000..74cedeae6 --- /dev/null +++ b/gems/wavedash/.rubocop.yml @@ -0,0 +1,8 @@ +inherit_from: ../../.rubocop.yml + +RBS/Layout: + Enabled: true +RBS/Lint: + Enabled: true +RBS/Style: + Enabled: true diff --git a/gems/web-push/.rubocop.yml b/gems/web-push/.rubocop.yml new file mode 100644 index 000000000..74cedeae6 --- /dev/null +++ b/gems/web-push/.rubocop.yml @@ -0,0 +1,8 @@ +inherit_from: ../../.rubocop.yml + +RBS/Layout: + Enabled: true +RBS/Lint: + Enabled: true +RBS/Style: + Enabled: true diff --git a/gems/webmock/.rubocop.yml b/gems/webmock/.rubocop.yml new file mode 100644 index 000000000..74cedeae6 --- /dev/null +++ b/gems/webmock/.rubocop.yml @@ -0,0 +1,8 @@ +inherit_from: ../../.rubocop.yml + +RBS/Layout: + Enabled: true +RBS/Lint: + Enabled: true +RBS/Style: + Enabled: true diff --git a/gems/woothee/.rubocop.yml b/gems/woothee/.rubocop.yml new file mode 100644 index 000000000..74cedeae6 --- /dev/null +++ b/gems/woothee/.rubocop.yml @@ -0,0 +1,8 @@ +inherit_from: ../../.rubocop.yml + +RBS/Layout: + Enabled: true +RBS/Lint: + Enabled: true +RBS/Style: + Enabled: true