All issues
Anti-pattern
Bug risk
Coverage
Documentation
Performance
Secrets
Security
Style
Type check
The parameters supplied for formatting the string do not match the specified parameters.
format('A value: %s and another: %i', a_value)
format('A value: %s and another: %i', a_value, another_value)