-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Closed
Description
Summary:
I'm planning on brushing up the travis config, and considering removing checkstyle from Travis.
The reasons for doing this are:
- Codacy already does this, and provides the output in a much better way
- Speed up Travis
- Remove about ~3000 lines of Travis' log output which are always ignored - making it easier to find important stuff when it does fail. It will also help avoid log length issues which I think remember being an issue before? (can't find ref though so maybe I'm just going insane)
I believe the current reason Travis is doing it is because it was added before we had Codacy, and then not touched since (#359). Also we are considering moving to another provider which gets us much better feedback (#2769) than the very generic checkstyle results anyways.
Before making this change want to get feedback on it @maskaravivek @misaochan @neslihanturan ?
maskaravivek