Enable Style/DocumentationMethod cop

This commit is contained in:
Brandon Robins
2017-12-30 22:06:28 -06:00
parent b9a7cb88f9
commit 9ee8d1c528
8 changed files with 57 additions and 30 deletions

View File

@@ -1,3 +1,5 @@
# frozen_string_literal: true
lib = File.expand_path('../lib', __FILE__)
$LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
@@ -13,7 +15,7 @@ Gem::Specification.new do |s|
s.homepage = 'http://www.github.com/eanlain/calligraphy'
s.license = 'MIT'
s.required_ruby_version = ">= 2.3.0"
s.required_ruby_version = '>= 2.3.0'
s.files = Dir['lib/**/*', 'LICENSE', 'README.md']
s.test_files = Dir['spec/**/*']