master
require 'bundler/gem_tasks'
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