Commit 6a6fbdec authored by Robert Speicher's avatar Robert Speicher

Merge branch 'add-frozen-string-literal-to-community-contribution-files' into 'master'

Add frozen_string_literal to recently-added files from the community

See merge request gitlab-org/gitlab-ce!21132
parents 9de7eb57 ad8158e4
# 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