Supress warning because of method name offense
This commit is contained in:
parent
e69704b540
commit
67125a3f91
|
@ -66,9 +66,11 @@ module Middleman
|
|||
super(store, path)
|
||||
end
|
||||
|
||||
# rubocop:disable Style/AccessorMethodName
|
||||
def get_source_file
|
||||
nil
|
||||
end
|
||||
# rubocop:enable Style/AccessorMethodName
|
||||
|
||||
def template?
|
||||
true
|
||||
|
|
Loading…
Reference in a new issue