Supress warning because of method name offense

This commit is contained in:
Max Meyer 2014-12-28 10:50:12 +01:00
parent e69704b540
commit 67125a3f91

View file

@ -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