phase002 complete
This commit is contained in:
@@ -9,8 +9,8 @@
|
||||
## Commands
|
||||
- Setup/update dependencies and DB: `bin/setup --skip-server`. Omit `--skip-server` only when you want it to start `bin/dev` afterward.
|
||||
- Run the app: `bin/dev` (it just execs `bin/rails server`).
|
||||
- Repo CI script: `bin/ci` runs setup, RuboCop, bundler-audit, importmap audit, and strict Brakeman. It does not run specs.
|
||||
- GitHub CI also runs Brakeman, bundler-audit, importmap audit, and RuboCop only; do not assume tests ran in CI.
|
||||
- Repo CI script: `bin/ci` runs setup, RSpec, RuboCop, bundler-audit, importmap audit, and strict Brakeman.
|
||||
- GitHub CI also runs the repo CI script; do not assume tests ran unless `bin/ci` completed successfully.
|
||||
- Style check: `bin/rubocop` (`rubocop-rails-omakase` via `.rubocop.yml`).
|
||||
- Security checks: `bin/bundler-audit`, `bin/importmap audit`, `bin/brakeman --quiet --no-pager --exit-on-warn --exit-on-error`.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user