ottlinger commented on code in PR #311:
URL: https://github.com/apache/creadur-rat/pull/311#discussion_r1805295832


##########
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",
         "DEPENDENCIES"
     };
 
+    /**
+     * List of note file extensions.  Extensions that indicate a file is a 
note file.
+     */
     private static final String[] NOTE_FILE_EXTENSIONS = {

Review Comment:
   Just by following the name I'd guess that extensions should mean:
   * empty/none
   * .txt
   * .md
   and we could iterate over file names and its extensions - WDYT?



-- 
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: dev-unsubscr...@creadur.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to