From 35b5fcdc750dc4064eb2397c658fcf8be612ddeb Mon Sep 17 00:00:00 2001 From: Rob Winch Date: Mon, 7 Mar 2016 15:28:07 -0600 Subject: [PATCH] Refine Checkstyle Refine the Checkstyle rules slightly Fixes gh-393 --- config/checkstyle/checkstyle.xml | 21 +++++++++++---------- config/checkstyle/header.txt | 3 +-- 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/config/checkstyle/checkstyle.xml b/config/checkstyle/checkstyle.xml index 0fd2bce1..27b3f602 100644 --- a/config/checkstyle/checkstyle.xml +++ b/config/checkstyle/checkstyle.xml @@ -14,6 +14,7 @@ + @@ -74,7 +75,7 @@ + value="org.assertj.core.api.Assertions.*, org.mockito.Mockito.*, org.mockito.BDDMockito.*, org.mockito.AdditionalMatchers.*, org.mockito.Matchers.*, org.springframework.test.web.servlet.request.MockMvcRequestBuilders.*, org.springframework.test.web.servlet.result.MockMvcResultHandlers.*, org.springframework.test.web.servlet.result.MockMvcResultMatchers.*, org.springframework.security.test.web.servlet.request.SecurityMockMvcRequestPostProcessors.*, org.springframework.security.test.web.servlet.setup.SecurityMockMvcConfigurers.*, org.springframework.hateoas.mvc.ControllerLinkBuilder.linkTo"/> @@ -109,11 +110,11 @@ - + - + - + @@ -126,20 +127,20 @@ - + - - + + - - + + @@ -161,5 +162,5 @@ - + diff --git a/config/checkstyle/header.txt b/config/checkstyle/header.txt index 98bc80a8..501a5343 100644 --- a/config/checkstyle/header.txt +++ b/config/checkstyle/header.txt @@ -13,5 +13,4 @@ ^\Q * See the License for the specific language governing permissions and\E$ ^\Q * limitations under the License.\E$ ^\Q */\E$ -^$ -^.*$ +^.*$ \ No newline at end of file