Skip to content

Commit 0035acb

Browse files
author
Philipp Kraus
committed
clean.up
1 parent f786c24 commit 0035acb

File tree

9 files changed

+5
-923
lines changed

9 files changed

+5
-923
lines changed

.gitignore

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,8 @@
11
*.*
22

3+
!CNAME
34
!.gitignore
45
!.gitmodules
5-
!CNAME
6-
!.dockerignore
7-
!Dockerfile
86
!circle.yml
97
!pom.xml
108
!*.java
@@ -18,8 +16,4 @@
1816
!src/site/*.xml
1917
!src/site/*.xslt
2018

21-
!src/analysis/**/*.xml
22-
!src/analysis/**/*.txt
23-
2419
target/**
25-

pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@
171171
<artifactId>spotbugs-maven-plugin</artifactId>
172172
<version>3.1.11</version>
173173
<configuration>
174-
<includeFilterFile>src/analysis/findbugs/includefiles.xml</includeFilterFile>
174+
<includeFilterFile>src/codestyle/findbugs/includefiles.xml</includeFilterFile>
175175
<effort>Max</effort>
176176
<threshold>Low</threshold>
177177
<maxRank>20</maxRank>
@@ -374,10 +374,10 @@
374374
<artifactId>license-maven-plugin</artifactId>
375375
<version>3.0</version>
376376
<configuration>
377-
<header>src/analysis/license/licensetemplate.txt</header>
377+
<header>src/codestyle/license/licensetemplate.txt</header>
378378
<useDefaultExcludes>true</useDefaultExcludes>
379379
<headerDefinitions>
380-
<headerDefinition>src/analysis/license/style.xml</headerDefinition>
380+
<headerDefinition>src/codestyle/license/style.xml</headerDefinition>
381381
</headerDefinitions>
382382
<excludes>
383383
<exclude>.dockerignore</exclude>
@@ -495,7 +495,7 @@
495495
</execution>
496496
</executions>
497497
<configuration>
498-
<configLocation>src/analysis/checkstyle/style.xml</configLocation>
498+
<configLocation>src/codestyle/checkstyle/style.xml</configLocation>
499499
<encoding>UTF-8</encoding>
500500
<consoleOutput>true</consoleOutput>
501501
<failsOnError>true</failsOnError>

src/analysis/checkstyle/intellij.xml

Lines changed: 0 additions & 267 deletions
This file was deleted.

0 commit comments

Comments
 (0)