Skip to content

Commit

Permalink
Set enable-frozen-string-literal option in CI
Browse files Browse the repository at this point in the history
This should ensure that we don't forget to mark any _new_ string
literals as frozen.

Closes #640.
floehopper committed Jan 1, 2025
1 parent 13c6109 commit de4013e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
@@ -9,6 +9,8 @@ jobs:
type: string
docker:
- image: << parameters.docker-image >>
environment:
RUBYOPT=--enable-frozen-string-literal
steps:
- checkout
- run: ruby --version

0 comments on commit de4013e

Please sign in to comment.