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
It would be rather useful to have rubocop create parent directories of the file specified with --out
$ rubocop --format html --out log/rubocop.html
No such file or directory @ rb_sysopen - log/rubocop.html
...
My purpose is to have rubocop run via Jenkins on patch submission. By convention we put all result in a directory /log/ which is always created by Jenkins since it might not exist in the software repository.
We would like /log/ to be defined in .rubocop.yml but then, developers would have the issue above since /log/ does not exist in their repo.
The text was updated successfully, but these errors were encountered:
It would be rather useful to have rubocop create parent directories of the file specified with --out
My purpose is to have rubocop run via Jenkins on patch submission. By convention we put all result in a directory /log/ which is always created by Jenkins since it might not exist in the software repository.
We would like /log/ to be defined in .rubocop.yml but then, developers would have the issue above since /log/ does not exist in their repo.
The text was updated successfully, but these errors were encountered: