# static-checks > checks to run on code - Author: Josh Justice - Repository: CodingItWrong/riverbed-api - Version: 20260120072731 - Stars: 2 - Forks: 0 - Last Updated: 2026-02-06 - Source: https://github.com/CodingItWrong/riverbed-api - Web: https://mule.run/skillshub/@@CodingItWrong/riverbed-api~static-checks:20260120072731 --- --- name: static-checks description: checks to run on code --- # Overview After any change to the codebase, run the following static checks: - Run the full rspec test suite with `bin/rspec` and fix any failures. If you think you need to change the tests, think hard about whether that is correct or whether there is a bug in the application functionality. - Fix format issues with `standardrb --fix`