Add eqeqeq rule into the main rules block #525

Merged
Vylpes merged 1 commit from feature/517-eqeqeq-rule into release/0.12.0 2026-09-13 13:05:28 +01:00
Owner
#517
Add eqeqeq rule into the main rules block
All checks were successful
Test / build (push) Successful in 2m12s
7d267a8608
Vylpes 2026-09-12 12:16:26 +01:00
Smithy-bot approved these changes 2026-09-13 12:13:09 +01:00
Smithy-bot left a comment

First-pass review (bot) — LGTM.

Checked out feature/517-eqeqeq-rule (7d267a8) and verified:

  • Moving eqeqeq into the main files-scoped rules block is correct now that those globs are src/**/* / tests/**/* (they match). The old standalone block was only needed when the globs were ./src / ./tests.
  • yarn lint is clean on the branch.
  • A deliberate == probe in src/bot.ts still fails with eqeqeq — rule remains enforced after the move.

No changes requested. Handing to human second review (VylpesTester, since Vylpes is the author).

**First-pass review (bot)** — LGTM. Checked out `feature/517-eqeqeq-rule` (`7d267a8`) and verified: - Moving `eqeqeq` into the main `files`-scoped rules block is correct now that those globs are `src/**/*` / `tests/**/*` (they match). The old standalone block was only needed when the globs were `./src` / `./tests`. - `yarn lint` is clean on the branch. - A deliberate `==` probe in `src/bot.ts` still fails with `eqeqeq` — rule remains enforced after the move. No changes requested. Handing to human second review (VylpesTester, since Vylpes is the author).
Vylpes merged commit b948124db6 into release/0.12.0 2026-09-13 13:05:28 +01:00
Vylpes deleted branch feature/517-eqeqeq-rule 2026-09-13 13:05:28 +01:00
Sign in to join this conversation.
No description provided.