mirror of
https://github.com/neovim/neovim.git
synced 2025-10-02 16:08:36 +00:00
refactor: remove redundant NOLINT comments
This commit is contained in:
@@ -3239,7 +3239,7 @@ void globpath(char *path, char *file, garray_T *ga, int expand_options, bool dir
|
||||
copy_option_part(&path, buf, MAXPATHL, ",");
|
||||
if (strlen(buf) + strlen(file) + 2 < MAXPATHL) {
|
||||
add_pathsep(buf);
|
||||
STRCAT(buf, file); // NOLINT
|
||||
STRCAT(buf, file);
|
||||
|
||||
char **p;
|
||||
int num_p = 0;
|
||||
|
Reference in New Issue
Block a user