ottlinger commented on code in PR #311:
URL: https://github.com/apache/creadur-rat/pull/311#discussion_r1805290155
##########
apache-rat-core/src/main/java/org/apache/rat/document/impl/guesser/NoteGuesser.java:
##########
@@ -45,26 +52,37 @@ public class NoteGuesser {
"THIRD_PARTY_NOTICES", "THIRD_PARTY_NOTICES.TXT",
"COPYRIGHT", "COPYRIGHT.TXT",
"BUILDING", "BUILDING.TXT",
- "BUILD", "BUILT.TXT",//
+ "BUILD", "BUILT.TXT",
Review Comment:
Does it make sense to add markdown as extension as well? md/MD?
At least for CHANGELOG as it is quite common via
https://keepachangelog.com/en/1.0.0/ ....
Would these names be useful additions as well? "CHANGELOG.md. Some projects
use HISTORY, NEWS or RELEASES)"
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]