|
| 1 | +# This configuration was generated by |
| 2 | +# `rubocop --auto-gen-config` |
| 3 | +# on 2025-02-15 17:10:47 UTC using RuboCop version 1.72.1. |
| 4 | +# The point is for the user to remove these configuration records |
| 5 | +# one by one as the offenses are removed from the code base. |
| 6 | +# Note that changes in the inspected code, or installation of new |
| 7 | +# versions of RuboCop, may require this file to be generated again. |
| 8 | + |
| 9 | +# Offense count: 1 |
| 10 | +# This cop supports safe autocorrection (--autocorrect). |
| 11 | +Lint/AmbiguousOperatorPrecedence: |
| 12 | + Exclude: |
| 13 | + - 'spec/jwe/alg_spec.rb' |
| 14 | + |
| 15 | +# Offense count: 6 |
| 16 | +Lint/DuplicateMethods: |
| 17 | + Exclude: |
| 18 | + - 'lib/jwe/enc/aes_cbc_hs.rb' |
| 19 | + - 'lib/jwe/enc/aes_gcm.rb' |
| 20 | + |
| 21 | +# Offense count: 15 |
| 22 | +# Configuration parameters: MinNameLength, AllowNamesEndingInNumbers, AllowedNames, ForbiddenNames. |
| 23 | +# AllowedNames: as, at, by, cc, db, id, if, in, io, ip, of, on, os, pp, to |
| 24 | +Naming/MethodParameterName: |
| 25 | + Exclude: |
| 26 | + - 'lib/jwe/alg/aes_kw.rb' |
| 27 | + - 'lib/jwe/enc.rb' |
| 28 | + - 'lib/jwe/enc/aes_cbc_hs.rb' |
| 29 | + - 'lib/jwe/enc/aes_gcm.rb' |
| 30 | + - 'lib/jwe/serialization/compact.rb' |
| 31 | + |
| 32 | +# Offense count: 8 |
| 33 | +# This cop supports safe autocorrection (--autocorrect). |
| 34 | +# Configuration parameters: EnforcedStyle. |
| 35 | +# SupportedStyles: separated, grouped |
| 36 | +Style/AccessorGrouping: |
| 37 | + Exclude: |
| 38 | + - 'lib/jwe/alg/aes_kw.rb' |
| 39 | + - 'lib/jwe/enc/aes_cbc_hs.rb' |
| 40 | + - 'lib/jwe/enc/aes_gcm.rb' |
| 41 | + |
| 42 | +# Offense count: 1 |
| 43 | +# This cop supports safe autocorrection (--autocorrect). |
| 44 | +Style/ExpandPathArguments: |
| 45 | + Exclude: |
| 46 | + - 'jwe.gemspec' |
| 47 | + |
| 48 | +# Offense count: 34 |
| 49 | +# This cop supports unsafe autocorrection (--autocorrect-all). |
| 50 | +# Configuration parameters: EnforcedStyle. |
| 51 | +# SupportedStyles: always, always_true, never |
| 52 | +Style/FrozenStringLiteralComment: |
| 53 | + Enabled: false |
| 54 | + |
| 55 | +# Offense count: 2 |
| 56 | +# This cop supports safe autocorrection (--autocorrect). |
| 57 | +Style/IfUnlessModifier: |
| 58 | + Exclude: |
| 59 | + - 'lib/jwe/alg/aes_kw.rb' |
| 60 | + - 'lib/jwe/enc/aes_cbc_hs.rb' |
| 61 | + |
| 62 | +# Offense count: 1 |
| 63 | +# This cop supports safe autocorrection (--autocorrect). |
| 64 | +Style/PerlBackrefs: |
| 65 | + Exclude: |
| 66 | + - 'lib/jwe.rb' |
| 67 | + |
| 68 | +# Offense count: 8 |
| 69 | +# This cop supports unsafe autocorrection (--autocorrect-all). |
| 70 | +# Configuration parameters: Mode. |
| 71 | +Style/StringConcatenation: |
| 72 | + Exclude: |
| 73 | + - 'spec/jwe/alg_spec.rb' |
| 74 | + - 'spec/jwe_spec.rb' |
| 75 | + |
| 76 | +# Offense count: 1 |
| 77 | +# This cop supports safe autocorrection (--autocorrect). |
| 78 | +# Configuration parameters: WordRegex. |
| 79 | +# SupportedStyles: percent, brackets |
| 80 | +Style/WordArray: |
| 81 | + EnforcedStyle: percent |
| 82 | + MinSize: 7 |
0 commit comments