Skip to content

Commit

Permalink
tools/nxstyle: add "_NSGetExecutablePath" into ignore list
Browse files Browse the repository at this point in the history
sim/posix/sim_hostmisc.c:128:6: error: Mixed case identifier found

Signed-off-by: chao an <anchao@xiaomi.com>
  • Loading branch information
anchao authored and xiaoxiang781216 committed May 16, 2023
1 parent 150e5a1 commit 50cf3d8
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions tools/nxstyle.c
Expand Up @@ -535,6 +535,12 @@ static const char *g_white_content_list[] =
"idVendor",
"idProduct",

/* Ref:
* sim/posix/sim_hostmisc.c
*/

"_NSGetExecutablePath",

/* Ref:
* arch/arm/src/nrf52/sdc/nrf.h
* arch/arm/src/nrf53/sdc/nrf.h
Expand Down

0 comments on commit 50cf3d8

Please sign in to comment.