Skip to content

Commit

Permalink
Rubofix
Browse files Browse the repository at this point in the history
  • Loading branch information
anakinj committed Sep 28, 2024
1 parent d09fada commit 694b297
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 2 additions & 0 deletions lib/jwt-aws-kms.rb
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
# frozen_string_literal: true

require_relative "jwt/aws/kms"

0 comments on commit 694b297

Please sign in to comment.