Skip to content

Commit 4cabcec

Browse files
committed
Add documentation for how to run the linter locally and on GHA
1 parent b357304 commit 4cabcec

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,4 +150,10 @@ You can also utilize AWS Query Editor or `aws rds-data` commands to directly acc
150150

151151
- Your `AWS_PROFILE` should match the environment (Prior Year Access - Prod vs Non-Prod) you're trying to query
152152
- You can grab the `resource-arn` from AWS console > Aurora and RDS > Databases > pya-<environment>-web > Configuration > Amazon Resource Name (ARN).
153-
- `secret-arn` could be found in the AWS Secrets Manager (starts with `rds!cluster` -- grab the ARN)
153+
- `secret-arn` could be found in the AWS Secrets Manager (starts with `rds!cluster` -- grab the ARN
154+
155+
---
156+
157+
## Running the Linter
158+
159+
To run the linter locally, run the following command: `bundle exec standardrb --fix`. If you forget to do this, the linter will run when a branch pushed up. To ignore the linter, here is a [guide](https://github.com/standardrb/standard?tab=readme-ov-file#ignoring-errors).

0 commit comments

Comments
 (0)