We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f03285b commit 52a8c62Copy full SHA for 52a8c62
1 file changed
lib/problematic_variable_finder/gem_problems.rb
@@ -53,7 +53,7 @@ def ignore_gem?(name)
53
delegate :options, to: ProblematicVariableFinder
54
55
def ignore_list
56
- @ignore_list ||= ProblematicVariableFinder.read_file(File.expand_path('DEFAULT_IGNORED_GEMS', __dir__)).map(&:strip)
+ @ignore_list ||= ProblematicVariableFinder.read_file(File.expand_path('DEFAULT_IGNORED_GEMS', __dir__)).split("\n").map(&:strip)
57
end
58
59
def outdated_gems
0 commit comments