Skip to content

Commit 9af23d7

Browse files
committed
added hook_pos to bugprone-unused-return-value config
1 parent 3d4d9e4 commit 9af23d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker/.clang-tidy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Checks: bugprone-*,-bugprone-narrowing-conversions,-bugprone-signed-char-misuse,hooks-*,misc-*,-misc-unused-parameters
22
CheckOptions:
33
- key: bugprone-unused-return-value.CheckedFunctions
4-
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
4+
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;hook_pos;ledger_seq;otxn_burden;otxn_generation;otxn_type;slot_count;slot_float;slot_type;slot_size;sto_subarray;sto_subfield;sto_validate
55
- key: bugprone-reserved-identifier.AllowedIdentifiers
66
value: _g

0 commit comments

Comments
 (0)