🚨 fixed some linter warnings
This commit is contained in:
parent
f1768a540a
commit
ec95438a59
5 changed files with 10 additions and 10 deletions
|
@ -709,7 +709,7 @@ class lexer
|
|||
locale's decimal point is used instead of `.` to work with the
|
||||
locale-dependent converters.
|
||||
*/
|
||||
token_type scan_number()
|
||||
token_type scan_number() // lgtm [cpp/use-of-goto]
|
||||
{
|
||||
// reset token_buffer to store the number's bytes
|
||||
reset();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue