Skip to content

Commit bc96e34

Browse files
authored
Fix CI: disable Metrics/BlockLength for test vectors (#47)
1 parent 5b589d6 commit bc96e34

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

spec/ed25519/test_vectors_spec.rb

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# frozen_string_literal: true
22

3+
# rubocop:disable Metrics/BlockLength
4+
35
require "spec_helper"
46

57
RSpec.describe Ed25519::SigningKey do
@@ -157,3 +159,5 @@
157159
end
158160
end
159161
end
162+
163+
# rubocop:enable Metrics/BlockLength

0 commit comments

Comments
 (0)