Skip to content

Commit 5d6e264

Browse files
committed
Merge remote-tracking branch 'origin/update-from-template' into develop
2 parents 43f018d + 80ca591 commit 5d6e264

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
lines changed

.gitattributes

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,9 @@
11
# Auto detect text files and perform LF normalization
22
* 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

testcontainers-selenium-demo/pom.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,11 +154,12 @@
154154
<dependency>
155155
<groupId>com.puppycrawl.tools</groupId>
156156
<artifactId>checkstyle</artifactId>
157-
<version>10.15.0</version>
157+
<version>10.16.0</version>
158158
</dependency>
159159
</dependencies>
160160
<configuration>
161161
<configLocation>../.config/checkstyle/checkstyle.xml</configLocation>
162+
<includeTestSourceDirectory>true</includeTestSourceDirectory>
162163
</configuration>
163164
<executions>
164165
<execution>

testcontainers-selenium/pom.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -334,11 +334,12 @@
334334
<dependency>
335335
<groupId>com.puppycrawl.tools</groupId>
336336
<artifactId>checkstyle</artifactId>
337-
<version>10.15.0</version>
337+
<version>10.16.0</version>
338338
</dependency>
339339
</dependencies>
340340
<configuration>
341341
<configLocation>../.config/checkstyle/checkstyle.xml</configLocation>
342+
<includeTestSourceDirectory>true</includeTestSourceDirectory>
342343
</configuration>
343344
<executions>
344345
<execution>

0 commit comments

Comments
 (0)