Commit ad8158e4 authored by Sean McGivern's avatar Sean McGivern

Add frozen_string_literal to recently-added files from the community

parent e5c0f495
# frozen_string_literal: true
module Banzai
module Filter
# HTML filter that replaces project references with links.
......
# frozen_string_literal: true
module Banzai
module ReferenceParser
class ProjectParser < BaseParser
......
# frozen_string_literal: true
require 'spec_helper'
describe Banzai::Filter::ProjectReferenceFilter do
......
# frozen_string_literal: true
require 'spec_helper'
describe Banzai::ReferenceParser::ProjectParser do
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment