master
source 'https://rubygems.org'
Checks for a newline after the final magic comment.
# good# frozen_string_literal: true # Some documentation for Personclass Person # Some codeend # bad# frozen_string_literal: true# Some documentation for Personclass Person # Some codeend