Skip to content

Commit

Permalink
list linenoise.hpp for repocheck
Browse files Browse the repository at this point in the history
  • Loading branch information
starseeker committed Oct 30, 2024
1 parent 5d38431 commit 9f27c8a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions regress/repository/repocheck.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -172,8 +172,6 @@ regex_init(repo_info_t &r) {
"bio.h",
"bnetwork.h",
"config_win.h",
"csg_parser.c",
"csg_scanner.h",
"obj_grammar.c",
"obj_grammar.cpp",
"obj_libgcv_grammar.cpp",
Expand Down Expand Up @@ -239,6 +237,7 @@ regex_init(repo_info_t &r) {
"bu/path[.]h$",
"bu/str[.]h$",
"cursor[.]c$",
"linenoise[.]hpp$",
"misc/CMake/compat/.*",
"ttcp[.]c$",
"file[.]cpp$",
Expand Down Expand Up @@ -384,6 +383,7 @@ regex_init(repo_info_t &r) {
}

const char *platform_exemption_strs[] {
".*/linenoise[.]hpp$",
".*/pstdint[.]h$",
".*/pinttypes[.]h$",
".*/uce-dirent[.]h$",
Expand Down

0 comments on commit 9f27c8a

Please sign in to comment.