Rubocop setting: avoid copping the universe

This commit is contained in:
Olle Jonsson
2016-09-22 19:04:35 +02:00
parent 334fd3497a
commit 5c21fc980f
11 changed files with 15 additions and 0 deletions
+1
View File
@@ -1,4 +1,5 @@
# coding: utf-8
# frozen_string_literal: true
lib = File.expand_path("../lib", __FILE__)
$LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
require "github_changelog_generator/version"