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