Closed mpapis closed 7 years ago
Problem was found in #258, but not related to the issue - @jonatanklosko this should fix your problem
I used:
puts Dir["lib/plugins/pre_commit/checks/**/*.rb"].map{|n| n unless File.readlines(n).any?{|l| l=~%r{pre-commit/checks/} } }.compact
to confirm it's the only file that missed the require.
Coverage increased (+0.002%) to 97.265% when pulling 185ffa4e5db1334fd03aa9b84c699a6cb5ee83e8 on bugfix/add-missing-require-plugin-to-go_fmt into d7f55e658b60819ee4e394e150a84f7d44d36471 on master.
This makes sense, thanks!
Thanks @mpapis!
Published version 0.35.0 https://rubygems.org/gems/pre-commit
0.35.0
Finally everything works, thanks a lot guys =)
Problem was found in #258, but not related to the issue - @jonatanklosko this should fix your problem
I used:
to confirm it's the only file that missed the require.