.rubocop.yml in stribog-0.1.2 vs .rubocop.yml in stribog-0.1.3
- old
+ new
@@ -1,13 +1,11 @@
AllCops:
Exclude:
- - crypto_gost.gemspec
+ - stribog.gemspec
- Rakefile
- bin/test.rb
- - lib/crypto_gost/digital_signature_gost_12/modular_arithmetic.rb
- - lib/crypto_gost/digital_signature_gost_12/group/**/*
+ - lib/stribog/hash_params.rb
- spec/**/*
- - stribog.gemspec
Metrics/LineLength:
Max: 100
Metrics/MethodLength:
\ No newline at end of file