Skip to content

Commit 24dc2ac

Browse files
Run editorconfig + a bunch of exclusions
Signed-off-by: Francesco Guardiani <francescoguard@gmail.com>
1 parent c5a5a84 commit 24dc2ac

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

.editorconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@ indent_size = 4
1111
indent_size = 2
1212

1313
[*.java]
14-
max_line_length = 160
14+
max_line_length = 160

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ Javadocs are available on [javadoc.io](https://www.javadoc.io):
5757

5858
<a href="https://occurrent.org"><img src="https://raw.githubusercontent.com/johanhaleby/occurrent/master/occurrent-logo-196x196.png" width="98" height="98" alt="Occurrent" title="Occurrent - Event Sourcing Utilities for the JVM"></img></a>
5959

60-
- [Knative Eventing](https://github.com/knative-sandbox/eventing-kafka-broker)
60+
- [Knative Eventing](https://github.com/knative-sandbox/eventing-kafka-broker)
6161

6262
## Community
6363

pom.xml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -138,6 +138,14 @@
138138
</goals>
139139
</execution>
140140
</executions>
141+
<configuration>
142+
<excludes>
143+
<exclude>.gitignore</exclude>
144+
<exclude>LICENSE</exclude>
145+
<exclude>.mvn</exclude>
146+
<exclude>.travis.*</exclude>
147+
</excludes>
148+
</configuration>
141149
</plugin>
142150
</plugins>
143151
</pluginManagement>

0 commit comments

Comments
 (0)