From 694b297932e04eb78f0a3f72da1b97ce78900101 Mon Sep 17 00:00:00 2001 From: Joakim Antman Date: Sat, 28 Sep 2024 21:42:39 +0300 Subject: [PATCH] Rubofix --- .rubocop.yml | 4 ++++ lib/jwt-aws-kms.rb | 2 ++ 2 files changed, 6 insertions(+) diff --git a/.rubocop.yml b/.rubocop.yml index 6a34880..bd2a245 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -12,6 +12,10 @@ Style/StringLiterals: Style/StringLiteralsInInterpolation: EnforcedStyle: double_quotes +Naming/FileName: + Exclude: + - lib/jwt-aws-kms.rb + Metrics/BlockLength: Exclude: - spec/**/*_spec.rb diff --git a/lib/jwt-aws-kms.rb b/lib/jwt-aws-kms.rb index d769110..33f90bb 100644 --- a/lib/jwt-aws-kms.rb +++ b/lib/jwt-aws-kms.rb @@ -1 +1,3 @@ +# frozen_string_literal: true + require_relative "jwt/aws/kms"