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
Rubocop is a linter for checking the style/formatting of Ruby code. It has a file called .rubocop_todo.yml that tracks known violations of rules. For a large codebase that has been touched by many engineers, it's a great way to specify areas of the system that need attention, but that are not immediately prioritized for fixing. Something similar in Woke would be a nice addition. This would expand on the functionality of .wokignore, allowing automation tools like Danger to highlight known issues in Pull Requests while still continuing to truly ignore entities specified in .wokeignore.
The text was updated successfully, but these errors were encountered:
Rubocop is a linter for checking the style/formatting of Ruby code. It has a file called
.rubocop_todo.yml
that tracks known violations of rules. For a large codebase that has been touched by many engineers, it's a great way to specify areas of the system that need attention, but that are not immediately prioritized for fixing. Something similar in Woke would be a nice addition. This would expand on the functionality of.wokignore
, allowing automation tools like Danger to highlight known issues in Pull Requests while still continuing to truly ignore entities specified in.wokeignore
.The text was updated successfully, but these errors were encountered: