gradle targets and script updates to run checkBasicStyle and checkFormat, similar to Checker Framework's gradle script
travis groups all-tests and misc and travis script updates to separate the testing of CFI and the checking of source formatting, similar to Checker Framework's travis groups
It is expected for the misc travis group to fail in this PR due to code formatting, a subsequent part 2 PR will be added shortly which consists of only code formatting changes.
This PR is for part 1 of https://github.com/typetools/checker-framework-inference/issues/94, adding the following:
checkBasicStyle
andcheckFormat
, similar to Checker Framework's gradle scriptall-tests
andmisc
and travis script updates to separate the testing of CFI and the checking of source formatting, similar to Checker Framework's travis groupsIt is expected for the
misc
travis group to fail in this PR due to code formatting, a subsequent part 2 PR will be added shortly which consists of only code formatting changes.