This is an automated email from the ASF dual-hosted git repository.
pottlinger pushed a change to branch master
in repository
https://gitbox.apache.org/repos/asf/incubator-tamaya-extensions.git.
from a8ddf2a Merge pull request #25 from acoburn/TAMAYA-216
new 96ea96b TAMAYA-219: Enable checkstyle analysis
new cafa354 Add project-local checkstyle configuration.
new c803998 Merge pull request #26 from acoburn/TAMAYA-219
The 1545 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
buildtools/src/main/resources/checkstyle/style.xml | 169 +++++++++++++++++++++
.../main/resources/findbugs/findbugs-exclude.xml | 136 +++++++++++++++++
modules/pom.xml | 9 ++
pom.xml | 37 ++---
4 files changed, 333 insertions(+), 18 deletions(-)
create mode 100644 buildtools/src/main/resources/checkstyle/style.xml
create mode 100644 buildtools/src/main/resources/findbugs/findbugs-exclude.xml