File tree 3 files changed +11
-2
lines changed
3 files changed +11
-2
lines changed Original file line number Diff line number Diff line change 1
1
# Auto detect text files and perform LF normalization
2
2
* text =auto
3
+
4
+ # Force sh files to have LF
5
+ * .sh text eol =lf
6
+
7
+ # Force MVN Wrapper Linux files LF
8
+ mvnw text eol =lf
9
+ .mvn /wrapper /maven-wrapper.properties text eol =lf
Original file line number Diff line number Diff line change 90
90
<dependency >
91
91
<groupId >com.puppycrawl.tools</groupId >
92
92
<artifactId >checkstyle</artifactId >
93
- <version >10.15 .0</version >
93
+ <version >10.16 .0</version >
94
94
</dependency >
95
95
</dependencies >
96
96
<configuration >
97
97
<configLocation >../.config/checkstyle/checkstyle.xml</configLocation >
98
+ <includeTestSourceDirectory >true</includeTestSourceDirectory >
98
99
</configuration >
99
100
<executions >
100
101
<execution >
Original file line number Diff line number Diff line change 323
323
<dependency >
324
324
<groupId >com.puppycrawl.tools</groupId >
325
325
<artifactId >checkstyle</artifactId >
326
- <version >10.15 .0</version >
326
+ <version >10.16 .0</version >
327
327
</dependency >
328
328
</dependencies >
329
329
<configuration >
330
330
<configLocation >../.config/checkstyle/checkstyle.xml</configLocation >
331
+ <includeTestSourceDirectory >true</includeTestSourceDirectory >
331
332
</configuration >
332
333
<executions >
333
334
<execution >
You can’t perform that action at this time.
0 commit comments