File tree Expand file tree Collapse file tree
template-placeholder-demo Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 105105 <dependency >
106106 <groupId >com.puppycrawl.tools</groupId >
107107 <artifactId >checkstyle</artifactId >
108- <version >10.15 .0</version >
108+ <version >10.16 .0</version >
109109 </dependency >
110110 </dependencies >
111111 <configuration >
Original file line number Diff line number Diff line change 464464 <dependency >
465465 <groupId >com.puppycrawl.tools</groupId >
466466 <artifactId >checkstyle</artifactId >
467- <version >10.15 .0</version >
467+ <version >10.16 .0</version >
468468 </dependency >
469469 </dependencies >
470470 <configuration >
You can’t perform that action at this time.
0 commit comments