From 328999b92e91e797f861ff7a9a29c0c03f3b223e Mon Sep 17 00:00:00 2001 From: Greg Turnquist Date: Mon, 1 Apr 2019 10:51:58 -0500 Subject: [PATCH] Polishing. --- config/checkstyle/checkstyle.xml | 166 ----------------------------- config/checkstyle/header.txt | 16 --- config/checkstyle/suppressions.xml | 18 ---- eclipse/.checkstyle | 11 -- 4 files changed, 211 deletions(-) delete mode 100644 config/checkstyle/checkstyle.xml delete mode 100644 config/checkstyle/header.txt delete mode 100644 config/checkstyle/suppressions.xml delete mode 100644 eclipse/.checkstyle diff --git a/config/checkstyle/checkstyle.xml b/config/checkstyle/checkstyle.xml deleted file mode 100644 index f077801..0000000 --- a/config/checkstyle/checkstyle.xml +++ /dev/null @@ -1,166 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/config/checkstyle/header.txt b/config/checkstyle/header.txt deleted file mode 100644 index dcb4cc6..0000000 --- a/config/checkstyle/header.txt +++ /dev/null @@ -1,16 +0,0 @@ -^\Q/*\E$ -^\Q * Copyright 2014-\E20\d\d\Q the original author or authors.\E$ -^\Q *\E$ -^\Q * Licensed under the Apache License, Version 2.0 (the "License");\E$ -^\Q * you may not use this file except in compliance with the License.\E$ -^\Q * You may obtain a copy of the License at\E$ -^\Q *\E$ -^\Q * https://www.apache.org/licenses/LICENSE-2.0\E$ -^\Q *\E$ -^\Q * Unless required by applicable law or agreed to in writing, software\E$ -^\Q * distributed under the License is distributed on an "AS IS" BASIS,\E$ -^\Q * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\E$ -^\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 diff --git a/config/checkstyle/suppressions.xml b/config/checkstyle/suppressions.xml deleted file mode 100644 index cf19e97..0000000 --- a/config/checkstyle/suppressions.xml +++ /dev/null @@ -1,18 +0,0 @@ - - - - - - - - - - - - - - - - - diff --git a/eclipse/.checkstyle b/eclipse/.checkstyle deleted file mode 100644 index ce38a96..0000000 --- a/eclipse/.checkstyle +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - - - \ No newline at end of file