From 323c55bcf300b6c22e92f7773dee93104b016fe5 Mon Sep 17 00:00:00 2001 From: Julik Tarkhanov Date: Wed, 20 Mar 2024 20:10:20 +0100 Subject: [PATCH] Configure Standard --- .standard.yml | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 .standard.yml diff --git a/.standard.yml b/.standard.yml new file mode 100644 index 0000000..410cdd7 --- /dev/null +++ b/.standard.yml @@ -0,0 +1,4 @@ +ruby_version: 2.7 +ignore: + - 'spec/**/*': + - Lint/ConstantDefinitionInBlock