diff options
| author | Sean Owen <srowen@gmail.com> | 2015-05-15 17:50:13 +0300 |
|---|---|---|
| committer | Sean Owen <srowen@gmail.com> | 2015-05-15 17:50:13 +0300 |
| commit | d272315f7348783201f3b057413818d97ec9d6eb (patch) | |
| tree | d69f7eb5efa5848b5cf773c75de25a0c003a3f0f /src | |
| parent | 867d580e66fa6557e0a00c1177d50f823c18c40a (diff) | |
| download | zxing-d272315f7348783201f3b057413818d97ec9d6eb.tar.xz | |
Fix rat failure
Diffstat (limited to 'src')
| -rw-r--r-- | src/checkstyle/checkstyle.xml | 19 |
1 files changed, 16 insertions, 3 deletions
diff --git a/src/checkstyle/checkstyle.xml b/src/checkstyle/checkstyle.xml index af48502bf..8ea649502 100644 --- a/src/checkstyle/checkstyle.xml +++ b/src/checkstyle/checkstyle.xml @@ -3,7 +3,22 @@ "-//Puppy Crawl//DTD Check Configuration 1.2//EN" "http://www.puppycrawl.com/dtds/configuration_1_2.dtd"> <!-- - Derived from checkstlye's Sun code style config + Copyright (C) 2015 ZXing authors + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + --> +<!-- + Derived from checkstyle's Sun code style config --> <module name="Checker"> <!-- @@ -81,8 +96,6 @@ <module name="TypeName"/> - - <!-- Checks for imports --> <!-- See http://checkstyle.sf.net/config_import.html --> <module name="AvoidStarImport"/> |
