Some checks failed
CI/CD Pipeline / Test Suite (push) Has been cancelled
CI/CD Pipeline / Security Audit (push) Has been cancelled
CI/CD Pipeline / Build Docker Image (push) Has been cancelled
CI/CD Pipeline / Deploy to Staging (push) Has been cancelled
CI/CD Pipeline / Deploy to Production (push) Has been cancelled
CI/CD Pipeline / Performance Benchmarks (push) Has been cancelled
CI/CD Pipeline / Cleanup (push) Has been cancelled
Rust CI / Security Audit (push) Has been cancelled
Rust CI / Check + Test + Lint (nightly) (push) Has been cancelled
Rust CI / Check + Test + Lint (stable) (push) Has been cancelled
Nickel Type Check / Nickel Type Checking (push) Has been cancelled
9 lines
247 B
YAML
9 lines
247 B
YAML
extends: existence
|
|
message: "Put a nonbreaking space between the number and the unit in '%s'."
|
|
link: "https://developers.google.com/style/units-of-measure"
|
|
nonword: true
|
|
level: error
|
|
tokens:
|
|
- \b\d+(?:B|kB|MB|GB|TB)
|
|
- \b\d+(?:ns|ms|s|min|h|d)
|