Skip to content

Commit b36dc62

Browse files
committed
not warning on _g declaration in main file
1 parent 32fc48d commit b36dc62

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docker/.clang-tidy

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,5 @@ Checks: bugprone-*,-bugprone-narrowing-conversions,-bugprone-signed-char-misuse,
22
CheckOptions:
33
- key: bugprone-unused-return-value.CheckedFunctions
44
value: etxn_burden;fee_base;float_compare;float_divide;float_exponent;float_exponent_set;float_int;float_invert;float_mantissa;float_mantissa_set;float_mulratio;float_multiply;float_negate;float_one;float_set;float_sign;float_sign_set;float_sum;ledger_seq;otxn_burden;otxn_generation;otxn_type;slot_count;slot_float;slot_type;slot_size;sto_subarray;sto_subfield;sto_validate
5+
- key: bugprone-reserved-identifier.AllowedIdentifiers
6+
value: _g

0 commit comments

Comments
 (0)