Fix broken standardized failure output. Fix formatting issues

This commit is contained in:
Mark VanderVoord
2026-03-20 17:34:45 -04:00
parent 54fb72f508
commit 1d336f6ddb
6 changed files with 18 additions and 14 deletions
+1 -1
View File
@@ -157,7 +157,7 @@ namespace :style do
end
task :clean do
File.delete(".rubocop_todo.yml") if File.exists?(".rubocop_todo.yml")
File.delete(".rubocop_todo.yml") if File.exist?(".rubocop_todo.yml")
end
end