-
Notifications
You must be signed in to change notification settings - Fork 0
Coding standards
Bogdan Marc edited this page Sep 5, 2024
·
3 revisions
This is a pretty standard, and quite small, Rails app.
Please keep the changelog up-to-date, and increment the
/app/lib/version.rb
identifier in line with semver principles.
rubocop
Rubocop should always return no errors or warnings.
Inspecting 30 files
..............................
30 files inspected, no offenses detected
rails test
Tests should always return as passing:
Run options: --seed #####
# Running:
[...]
Finished in 1.050748s, 6.6619 runs/s, 8.5653 assertions/s.
7 runs, 9 assertions, 0 failures, 0 errors, 0 skips