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
Nice to see this getting attention! With the influx of PRs you're getting, I would suggest looking into something like checkstyle alongside a Travis/CI integration to ensure consistent formatting as I've noticed lots of inconsistent PRs (tabs vs spaces, no spaces between braces and keywords, etc.). Checkstyle has plugins for IntelliJ/Eclipse and adding Travis into the mix would automate the testing of PRs for unformatted code.
I can help you get it setup if you're interested.
The text was updated successfully, but these errors were encountered:
Hi Tim,
Nice to see this getting attention! With the influx of PRs you're getting, I would suggest looking into something like checkstyle alongside a Travis/CI integration to ensure consistent formatting as I've noticed lots of inconsistent PRs (tabs vs spaces, no spaces between braces and keywords, etc.). Checkstyle has plugins for IntelliJ/Eclipse and adding Travis into the mix would automate the testing of PRs for unformatted code.
I can help you get it setup if you're interested.
The text was updated successfully, but these errors were encountered: