Commit e4645f5
committed
ci: avoid passing
This flag was redundant for our own code since we already have the
`# frozen_string_literal: true` directive at the top of each file,
enforced by RuboCop.
While the flag could theoretically catch frozen string issues in
dependencies, I don't think we want our CI to fail because of frozen
string errors in gems we don't have control of.enable-frozen-string-literal flag to ruby1 parent 1cb1da2 commit e4645f5
1 file changed
Lines changed: 0 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
70 | 70 | | |
71 | 71 | | |
72 | 72 | | |
73 | | - | |
74 | | - | |
75 | 73 | | |
76 | 74 | | |
77 | 75 | | |
| |||
0 commit comments