This is an automated email from the ASF dual-hosted git repository.
ggregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-lang.git
The following commit(s) were added to refs/heads/master by this push:
new 79652312f Comment out NewlineAtEndOfFile for now
79652312f is described below
commit 79652312f85d600cff532f7736a7d4d7310cfad9
Author: Gary Gregory <[email protected]>
AuthorDate: Wed Jan 21 19:11:27 2026 -0500
Comment out NewlineAtEndOfFile for now
---
src/site/resources/checkstyle/checkstyle.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/site/resources/checkstyle/checkstyle.xml
b/src/site/resources/checkstyle/checkstyle.xml
index 3f5077788..31c5f8602 100644
--- a/src/site/resources/checkstyle/checkstyle.xml
+++ b/src/site/resources/checkstyle/checkstyle.xml
@@ -23,7 +23,7 @@ limitations under the License.
<property name="localeLanguage" value="en"/>
<module name="NewlineAtEndOfFile">
<!-- Files are saved in the repository with LF line endings; on Windows,
use git config core.autocrlf input -->
- <property name="lineSeparator" value="lf" />
+ <!-- <property name="lineSeparator" value="lf" /> -->
</module>
<module name="FileTabCharacter">
<property name="fileExtensions" value="java,xml"/>