File tree Expand file tree Collapse file tree 3 files changed +11
-2
lines changed
testcontainers-selenium-demo Expand file tree Collapse file tree 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 154
154
<dependency >
155
155
<groupId >com.puppycrawl.tools</groupId >
156
156
<artifactId >checkstyle</artifactId >
157
- <version >10.15 .0</version >
157
+ <version >10.16 .0</version >
158
158
</dependency >
159
159
</dependencies >
160
160
<configuration >
161
161
<configLocation >../.config/checkstyle/checkstyle.xml</configLocation >
162
+ <includeTestSourceDirectory >true</includeTestSourceDirectory >
162
163
</configuration >
163
164
<executions >
164
165
<execution >
Original file line number Diff line number Diff line change 334
334
<dependency >
335
335
<groupId >com.puppycrawl.tools</groupId >
336
336
<artifactId >checkstyle</artifactId >
337
- <version >10.15 .0</version >
337
+ <version >10.16 .0</version >
338
338
</dependency >
339
339
</dependencies >
340
340
<configuration >
341
341
<configLocation >../.config/checkstyle/checkstyle.xml</configLocation >
342
+ <includeTestSourceDirectory >true</includeTestSourceDirectory >
342
343
</configuration >
343
344
<executions >
344
345
<execution >
You can’t perform that action at this time.
0 commit comments