RuboCop 0.52.0 linting (#603)

* gemspec: Make 2.2.2 the earliest-supported Ruby version

* Exclude linting which came out wrong
This commit is contained in:
Olle Jonsson 2017-12-13 21:00:36 +01:00 committed by GitHub
parent 9a9e57c9eb
commit ab6b38e315
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 1 deletions

View File

@ -80,3 +80,10 @@ Metrics/BlockLength:
Lint/InterpolationCheck:
Enabled: false
Style/FormatStringToken:
Exclude:
- lib/github_changelog_generator/parser.rb
Style/MixinUsage:
Exclude:
- lib/github_changelog_generator/task.rb

View File

@ -9,7 +9,7 @@ Gem::Specification.new do |spec|
spec.version = GitHubChangelogGenerator::VERSION
spec.default_executable = "github_changelog_generator"
spec.required_ruby_version = ">= 1.9.3"
spec.required_ruby_version = ">= 2.2.2"
spec.authors = ["Petr Korolev", "Olle Jonsson"]
spec.email = "sky4winder+github_changelog_generator@gmail.com"