Skip to content

Commit 672deb8

Browse files
authored
Merge pull request #156 from sue445/feature/remove_LineLength
Remove Layout/LineLength in .rubocop_todo.yml
2 parents 13031ff + 3738928 commit 672deb8

File tree

2 files changed

+1
-8
lines changed

2 files changed

+1
-8
lines changed

.rubocop_todo.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -48,10 +48,3 @@ Metrics/ModuleLength:
4848
# Configuration parameters: AllowedMethods, AllowedPatterns.
4949
Metrics/PerceivedComplexity:
5050
Max: 16
51-
52-
# Offense count: 1
53-
# This cop supports safe autocorrection (--autocorrect).
54-
# Configuration parameters: AllowHeredoc, AllowURI, URISchemes, IgnoreCopDirectives, AllowedPatterns.
55-
# URISchemes: http, https
56-
Layout/LineLength:
57-
Max: 132

_tools/ruby_h_to_go/spec/ruby_header_parser/parser_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -297,7 +297,7 @@
297297
end
298298

299299
its(:name) { should eq "rb_data_typed_object_make" }
300-
its(:definition) { should eq "rb_data_typed_object_make(VALUE klass, const rb_data_type_t *type, void **datap, size_t size)" }
300+
its(:definition) { should eq "rb_data_typed_object_make(VALUE klass, const rb_data_type_t *type, void **datap, size_t size)" } # rubocop:disable Layout/LineLength
301301
its(:typeref) { should eq typeref(type: "VALUE") }
302302
its(:args) { should eq args }
303303
end

0 commit comments

Comments
 (0)