ci(indents): add known failure case for #3364

This commit is contained in:
Stephan Seitz 2022-08-27 12:09:05 +02:00 committed by Christian Clason
parent 4b0dab183e
commit e60cdd0278
2 changed files with 8 additions and 1 deletions

View file

@ -0,0 +1,7 @@
class User < ApplicationRecord
def foo
if true
self.
end
end
end