Skip to content

Commit

Permalink
Allow __attribute__ in code (#61)
Browse files Browse the repository at this point in the history
  • Loading branch information
kunaltyagi authored Sep 14, 2024
1 parent 65f444b commit b94af5e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions nsiqcppstyle_checker.py
Original file line number Diff line number Diff line change
Expand Up @@ -306,6 +306,7 @@ def t_ID(t):
"__finally": "IGNORE",
"__inline": "IGNORE",
"__attribute": "IGNORE",
"__attribute__": "IGNORE",
"_based": "IGNORE",
"__stdcall": "IGNORE",
"__try": "IGNORE",
Expand Down

0 comments on commit b94af5e

Please sign in to comment.