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
10 lines
233 B
YAML
10 lines
233 B
YAML
extends: existence
|
|
message: "Use 'AM' or 'PM' (preceded by a space)."
|
|
link: "https://developers.google.com/style/word-list"
|
|
level: error
|
|
nonword: true
|
|
tokens:
|
|
- '\d{1,2}[AP]M\b'
|
|
- '\d{1,2} ?[ap]m\b'
|
|
- '\d{1,2} ?[aApP]\.[mM]\.'
|