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 frontend’s Rubocop config there are some rules that are the exact opposite of what we enforce in this repo (and therefore in ❤️OS-backend). For instance, %w(foo bar) in frontend vs. Batsov’s default elsewhere. This is confusing and conterproductive for anyone who works on both projects.
Currently we reference it in most of them with the notable exception of ❤️OS-frontend.
In frontend’s Rubocop config there are some rules that are the exact opposite of what we enforce in this repo (and therefore in ❤️OS-backend). For instance,
%w(foo bar)
in frontend vs. Batsov’s default elsewhere. This is confusing and conterproductive for anyone who works on both projects.I think we should resolve #3 first:
The text was updated successfully, but these errors were encountered: