Oh, you already said you added it to 'site'.  Sure enough.  Ignore me.

On Tue, Feb 21, 2017 at 2:26 PM, Nick Allen <n...@nickallen.org> wrote:

> There's probably also a discussion about how exactly we want to enforce it.
>> Is it just something we add to the PR checklist and have reviewers give a
>> glance, do we setup a hook to autoformat code, etc?
>
>
> I would prefer to see it fail the CI build, instead of relying on manual
> inspection or auto re-formatting.
>
> I would like to be able to build and unit test the code without doing the
> syntax check.  This would prevent frustration during development cycles.
>
> Somewhere later in the Maven lifecycle it should do the syntax check and
> fail.   Definitely something exercised by Travis.  I can't remember enough
> about the Maven lifecycle to suggest a good point to hook this in; 'verify'
> maybe?
>
>
>
>
>
>
>
>
>
>
> On Tue, Feb 21, 2017 at 11:23 AM, Justin Leet <justinjl...@gmail.com>
> wrote:
>
>> As part of:
>> https://issues.apache.org/jira/browse/METRON-726
>> https://github.com/apache/incubator-metron/pull/459
>>
>> I integrated checkstyle into the mvn:site command, and have checkstyle
>> reports being run as part of the mvn:site reporting. I expect to be
>> celebrating hitting 25k checkstyle warnings soon.
>>
>> I tested out creating a code formatting setup in IntelliJ, with a couple
>> slight modifications of the default Sun conventions (extended the
>> character
>> limit of a line past 80 and made it two space indents). Given that
>> checkstyle includes it as a default option, it's probably reasonably close
>> to the Sun conventions. I'm thinking we probably also at least create an
>> Eclipse profile, to open up ease of development.
>>
>> There's probably also a discussion about how exactly we want to enforce
>> it.
>> Is it just something we add to the PR checklist and have reviewers give a
>> glance, do we setup a hook to autoformat code, etc?
>>
>> Justin
>>
>
>

Reply via email to