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)
|
super(store, path)
|
||||||
end
|
end
|
||||||
|
|
||||||
|
# rubocop:disable Style/AccessorMethodName
|
||||||
def get_source_file
|
def get_source_file
|
||||||
nil
|
nil
|
||||||
end
|
end
|
||||||
|
# rubocop:enable Style/AccessorMethodName
|
||||||
|
|
||||||
def template?
|
def template?
|
||||||
true
|
true
|
||||||
|
|
Loading…
Reference in a new issue