- key: fuchsia-restrict-system-includes.Includes
value: '*,-stdint.h,-stdbool.h'
- key: readability-function-size.StatementThreshold
- value: '910'
+ value: '915'
...
}
pent = &pdents[cur];
- r = FALSE;
-
if (g_state.selbm) {
S_ISLNK(pent->mode)
? (realpath(pent->name, newpath) && xstrsncpy(path, lastdir, PATH_MAX))
goto nochange;
}
- cdprep(lastdir, lastname, path, newpath)
- ? (presel = FILTER) : (watch = TRUE);
+ cdprep(lastdir, lastname, path, newpath) ? (presel = FILTER) : (watch = TRUE);
goto begin;
}
clearfilter();
if (chdir(path) == -1
- || !run_plugin(&path, pent->name,
- runfile, &lastname, &lastdir)) {
+ || !run_plugin(&path, pent->name, runfile, &lastname, &lastdir)) {
DPRINTF_S("plugin failed!");
}