From 93611a3bd914d8fced862559c37c1e48a438381e Mon Sep 17 00:00:00 2001 From: Petko Bordjukov Date: Wed, 3 Jul 2024 23:17:22 +0300 Subject: [PATCH] Configure Rubocop to work with StandardRB --- .rubocop.yml | 7 +++++++ .ruby-version | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) create mode 100644 .rubocop.yml diff --git a/.rubocop.yml b/.rubocop.yml new file mode 100644 index 0000000..21a08a1 --- /dev/null +++ b/.rubocop.yml @@ -0,0 +1,7 @@ +require: standard + +inherit_gem: + standard: config/base.yml + +AllCops: + DisabledByDefault: true diff --git a/.ruby-version b/.ruby-version index 15a2799..619b537 100644 --- a/.ruby-version +++ b/.ruby-version @@ -1 +1 @@ -3.3.0 +3.3.3