Skip to content

Commit a8e4b7b

Browse files
authored
Disable Rails/Delegate linter for parse method in test/helper.rb (#1072)
1 parent 818a40c commit a8e4b7b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

lib/octicons_jekyll/test/helper.rb

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,11 @@
44
require "jekyll-octicons"
55

66
# Parse a string into a liquid template
7+
# rubocop:disable Rails/Delegate
78
def parse(string)
89
Liquid::Template.parse(string)
910
end
11+
# rubocop:enable Rails/Delegate
1012

1113
# Parse and render a string
1214
def render(string, assigns = {})

0 commit comments

Comments
 (0)