Skip to content

Commit

Permalink
Merge pull request #22 from nisiguti/fix-issue21
Browse files Browse the repository at this point in the history
Issue21 Current codes don't pass checkstyle.
  • Loading branch information
SawamiWataru authored Feb 8, 2018
2 parents 29e1193 + 7de664b commit 474139c
Show file tree
Hide file tree
Showing 7 changed files with 50 additions and 247 deletions.
32 changes: 16 additions & 16 deletions checkstyle.header
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
/**
* Personium
* Copyright 2014 - 2017 FUJITSU LIMITED
*
* 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.
*/
/\*\*
\* Personium
\* Copyright .*
\*
\* 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.
\*/
3 changes: 1 addition & 2 deletions personium-checkstyle.xml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,6 @@
<module name="InnerAssignment" />
<module name="MagicNumber" />
<module name="MissingSwitchDefault" />
<module name="RedundantThrows" />
<module name="SimplifyBooleanExpression" />
<module name="SimplifyBooleanReturn" />
<module name="DesignForExtension">
Expand Down Expand Up @@ -120,7 +119,7 @@
<property name="format" value=" " />
<property name="message" value="Invalid character used." />
</module>
<module name="Header">
<module name="RegexpHeader">
<property name="headerFile" value="${project_loc}/checkstyle.header" />
<property name="fileExtensions" value="java" />
</module>
Expand Down
Loading

0 comments on commit 474139c

Please sign in to comment.