You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have used File methods like File.read, File.join, File.exist, File.basename etc several times in my code, and it generates warning move model logic into model (File use_count > <some count>)
Is there a way to turn off Class specific warnings like for File inside MoveModelLogicIntoModelCheck: { } in rails_best_practices.yml ?
The text was updated successfully, but these errors were encountered:
I have used
File
methods likeFile.read
,File.join
,File.exist
,File.basename
etc several times in my code, and it generates warningmove model logic into model (File use_count > <some count>)
Is there a way to turn off Class specific warnings like for
File
insideMoveModelLogicIntoModelCheck: { }
inrails_best_practices.yml
?The text was updated successfully, but these errors were encountered: