Commit 8a51c71a authored by Matias Alvarez's avatar Matias Alvarez 🌴
Browse files

fix: Remove stray comment

parent 3840c4e7
Loading
Loading
Loading
Loading
+0 −8
Original line number Diff line number Diff line
@@ -177,11 +177,3 @@ module Labkit
end

Labkit::Logging::FieldValidator.inject!

# Limit failures to MRs that introduce logging
# Use AI: Point to failing MR and MR that was supposed to fix it.
#
# When an rspec fails, it is retried but only with rspec failures.
# So no Rspec is run in the second run.
#
# The validator fails the current Rspec but doesn't record an Rspec failure.