Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enforce frozen_string_literal: true #589

Merged
merged 2 commits into from
Nov 9, 2023

Commits on Nov 9, 2023

  1. Enforce frozen_string_literal: true

    The default `EnforcedStyle` is `always`, which enforces that all files have a `# frozen_string_literal` comment, but doesn't care if it's `true` or `false`. `always_true` enforces `true`, which we want. Any existing files can simply be added to a TODO list or disable the cop.
    sambostock committed Nov 9, 2023
    Configuration menu
    Copy the full SHA
    5cde979 View commit details
    Browse the repository at this point in the history
  2. Dump full RuboCop config

    This automated commit dumps the contents of the full RuboCop config.
    [dependabot skip]
    github-actions[bot] committed Nov 9, 2023
    Configuration menu
    Copy the full SHA
    e400d35 View commit details
    Browse the repository at this point in the history