[
https://issues.apache.org/jira/browse/PIRK-9?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15383722#comment-15383722
]
ASF GitHub Bot commented on PIRK-9:
-----------------------------------
GitHub user tellison opened a pull request:
https://github.com/apache/incubator-pirk/pull/8
[PIRK-9] Exclude Travis directives from RAT checks.
Caused a build break by conflict between adding Travis and adding RAT
checks commits.
This PR simply ignores the Travis yml file from further checks.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/tellison/incubator-pirk pirk-9
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/incubator-pirk/pull/8.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #8
----
commit 972ec6ac712f6e369bdf83a5f5a5137ce54b668a
Author: Tim Ellison <[email protected]>
Date: 2016-07-14T09:09:28Z
Ignore logs created at runtime.
commit 0625bc5516fa947d7b7136ac8a50783a0df0ae3e
Author: Tim Ellison <[email protected]>
Date: 2016-07-18T11:04:07Z
Merge branch 'master' of https://github.com/apache/incubator-pirk
Conflicts:
.gitignore
commit 9943702dd53a6e9eb28ffef69c4a97ac864be7fb
Author: Tim Ellison <[email protected]>
Date: 2016-07-19T07:25:18Z
Merge branch 'master' of https://github.com/apache/incubator-pirk
commit ab5cd6bcc76167095f347f486ca7a77063e72b87
Author: Tim Ellison <[email protected]>
Date: 2016-07-19T07:29:36Z
Exclude Travis directives from RAT checks.
commit 51acf22f6229df10b439581350bba3808c2be3fe
Author: Tim Ellison <[email protected]>
Date: 2016-07-19T07:31:59Z
Fix spaces to tabs.
----
> Run Apache Rat checks as part of project POM verify
> ---------------------------------------------------
>
> Key: PIRK-9
> URL: https://issues.apache.org/jira/browse/PIRK-9
> Project: PIRK
> Issue Type: Improvement
> Reporter: Tim Ellison
> Assignee: Tim Ellison
>
> Apache Rat (release audit tool) runs a number of checks on the project source
> code required for producing a release.
> Rather than wait until release time, it is convenient to run these checks
> frequently and fail the build if the project moves out of compliance.
> This improvement is to (a) fix the existing issues flagged by Rat, and (b)
> run the checks on subsequent mvn targets.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)