-
-
Notifications
You must be signed in to change notification settings - Fork 476
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
🐛maxAllowedComplexity
doesn’t pass validation
#643
Comments
I can't reproduce the bug. It seems your JSON is syntactically wrong, you miss a |
Sorry, the missing But if it works for you, I wonder if something is off in my package. I’m using the one from Arch’s AUR repository. I’ll try and dig a bit deeper, thanks! |
Do you mind updating the rage command too? To reflect the correct configuration |
I just tried with the Biome version pulled from NPM, and I get the same issue. I've updated the rage output. |
And the same thing happens with a debug build I built locally. At least that should make it easier to debug what's going on... |
Environment information
What happened?
I have the following config:
And I get the message
The field maxAllowedComplexity must contain an integer between 1 and 254
despite the value that I specified being in the given range.Expected result
I should not get an error.
Code of Conduct
The text was updated successfully, but these errors were encountered: