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 Style/FrozenStringLiteralComment #6265

Merged
merged 1 commit into from Aug 4, 2017
Merged

Commits on Aug 4, 2017

  1. Enforce Style/FrozenStringLiteralComment.

    The frozen_string_literal: true magic comment in Ruby can help
    dramatically decrease memory allocations for new strings and can thusly
    speed up your program. The intent here is for Jekyll to use less memory
    and make fewer memory allocations (which must later be GC'd).
    parkr committed Aug 4, 2017
    Copy the full SHA
    4d1659c View commit details
    Browse the repository at this point in the history