From 287a16e5b0df4517504240b27794eeed96d4e22d Mon Sep 17 00:00:00 2001 From: Yegor Bugayenko Date: Mon, 22 Jul 2024 10:00:59 +0300 Subject: [PATCH] #135: typo --- .rubocop.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.rubocop.yml b/.rubocop.yml index 926043a6..d2c61c6f 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -29,7 +29,7 @@ AllCops: NewCops: enable Naming/FileName: - Regex: !ruby/regexp '/^[a-z0-9-._]*$/' + Regex: !ruby/regexp '/^[a-z0-9-.\_]*$/' Style/GlobalVars: Enabled: false Metrics/MethodLength: