gitlab.com/thomasboni/go-enry/v2@v2.8.3-0.20220418031202-30b0d7a3de98/internal/code-generator/generator/test_files/documentation.gold (about)

     1  // Code generated by gitlab.com/thomasboni/go-enry/v2/internal/code-generator DO NOT EDIT.
     2  // Extracted from github/linguist commit: 4ffcdbcbb60a74cbfbd37656bcc3fcea4eca8e26
     3  
     4  package data
     5  
     6  import "gitlab.com/thomasboni/go-enry/v2/regex"
     7  
     8  var DocumentationMatchers = []regex.EnryRegexp{
     9  	regex.MustCompile(`^[Dd]ocs?/`),
    10  	regex.MustCompile(`(^|/)[Dd]ocumentation/`),
    11  	regex.MustCompile(`(^|/)[Gg]roovydoc/`),
    12  	regex.MustCompile(`(^|/)[Jj]avadoc/`),
    13  	regex.MustCompile(`^[Mm]an/`),
    14  	regex.MustCompile(`^[Ee]xamples/`),
    15  	regex.MustCompile(`^[Dd]emos?/`),
    16  	regex.MustCompile(`(^|/)inst/doc/`),
    17  	regex.MustCompile(`(^|/)CITATION(\.cff|(S)?(\.(bib|md))?)$`),
    18  	regex.MustCompile(`(^|/)CHANGE(S|LOG)?(\.|$)`),
    19  	regex.MustCompile(`(^|/)CONTRIBUTING(\.|$)`),
    20  	regex.MustCompile(`(^|/)COPYING(\.|$)`),
    21  	regex.MustCompile(`(^|/)INSTALL(\.|$)`),
    22  	regex.MustCompile(`(^|/)LICEN[CS]E(\.|$)`),
    23  	regex.MustCompile(`(^|/)[Ll]icen[cs]e(\.|$)`),
    24  	regex.MustCompile(`(^|/)README(\.|$)`),
    25  	regex.MustCompile(`(^|/)[Rr]eadme(\.|$)`),
    26  	regex.MustCompile(`^[Ss]amples?/`),
    27  }