lib/rubocop/git/file_violation.rb in rubocop-git-0.0.2 vs lib/rubocop/git/file_violation.rb in rubocop-git-0.0.3
- old
+ new
@@ -1,5 +1,5 @@
module RuboCop::Git
-# ref. https://github.com/thoughtbot/hound/blob/be2dd34/app/models/file_violation.rb
+# ref. https://github.com/thoughtbot/hound/blob/d2f3933/app/models/file_violation.rb
class FileViolation < Struct.new(:filename, :offenses)
end
end