mirror of
https://github.com/nlohmann/json.git
synced 2026-09-03 23:15:02 +00:00
🚨 fixed some linter warnings
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user