[31m[22m[24msemgrep error[0m: Invalid rule schema
  --> rules/syntax/bad-three-layers.yaml:2
[94m[22m[24m2 | [0m  - id: eqeq-is-bad
[94m[22m[24m3 | [0m    pattern-either:
[94m[22m[24m4 | [0m      - pattern: $X == $X
[94m[22m[24m5 | [0m      - tappern: whoops, typo
[94m[22m[24m6 | [0m    message: "useless comparison operation `$X == $X` or `$X != $X`; possible bug?"
[94m[22m[24m7 | [0m    severity: ERROR

[31m[22m[24mOne of these properties is missing: 'languages'[0m

[31m[41m[22m[24m[[0m[38;5;231m[41m[1m[24mERROR[0m[31m[41m[22m[24m][0m invalid configuration file found (1 configs were invalid)
