You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add lint/security/doc-check tooling from next, without CI wiring
Pull over the rake tasks CLAUDE.md already assumes exist here (lint,
security, doc:check/doc:lint/doc:links) plus their gemspec dev
dependencies (awesome_bot, mdl, bundler-audit) and mdl config, matching
next's tooling. Available to run locally/manually.
Deliberately not wired into CI yet: rake lint and rake doc:check both
fail against master's pre-existing content (the RuboCop offenses noted
in earlier commits this session, and README.md's older heading/code-
block style predating these markdown-lint conventions). Wiring a new
CI job today would go red immediately on unrelated debt; that cleanup
is separate, larger scope. rake security passes clean as-is.
0 commit comments