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
In a Rails project, I sometimes move ruby source files to my tmp dir to stash them for later. When I run rubocop, I get false failures coming from the tmp dir.
Can we add an exclusion to the AllCops so that rubocop will ignore anything under tmp?
The text was updated successfully, but these errors were encountered:
In a Rails project, I sometimes move ruby source files to my
tmp
dir to stash them for later. When I run rubocop, I get false failures coming from thetmp
dir.Can we add an exclusion to the
AllCops
so that rubocop will ignore anything undertmp
?The text was updated successfully, but these errors were encountered: