Commit 8b4154b5 authored by Stan Hu's avatar Stan Hu

Enable frozen strings in lib/banzai/filter/*.rb

Excludes a few filters that require more work:

* lib/banzai/filter/image_lazy_load_filter_spec.rb
* lib/banzai/filter/syntax_highlight_filter_spec.rb
* lib/banzai/filter/table_of_contents_filter_spec.rb

Part of #47424
parent dc7b4b7b
---
title: Enable frozen strings in lib/banzai/filter/*.rb
merge_request: 20775
author:
type: performance
# frozen_string_literal: true
require 'uri'
module Banzai
......
# frozen_string_literal: true
module Banzai
module Filter
# Issues, Merge Requests, Snippets, Commits and Commit Ranges share
......
# frozen_string_literal: true
module Banzai
module Filter
class AsciiDocPostProcessingFilter < HTML::Pipeline::Filter
......
# frozen_string_literal: true
require 'uri'
module Banzai
......
# frozen_string_literal: true
module Banzai
module Filter
class BlockquoteFenceFilter < HTML::Pipeline::TextFilter
......
# frozen_string_literal: true
module Banzai
module Filter
# HTML filter that renders `color` followed by a color "chip".
......
# frozen_string_literal: true
module Banzai
module Filter
# HTML filter that replaces commit range references with links.
......
# frozen_string_literal: true
module Banzai
module Filter
# HTML filter that replaces commit references with links.
......
# frozen_string_literal: true
module Banzai
module Filter
# HTML filter that replaces users' names and emails in commit trailers
......
# frozen_string_literal: true
module Banzai
module Filter
# HTML filter that replaces :emoji: and unicode with images.
......
# frozen_string_literal: true
module Banzai
module Filter
# The actual filter is implemented in the EE mixin
......
# frozen_string_literal: true
module Banzai
module Filter
# HTML filter that replaces external issue tracker references with links.
......
# frozen_string_literal: true
module Banzai
module Filter
# HTML Filter to modify the attributes of external links
......
# frozen_string_literal: true
module Banzai
module Filter
# HTML Filter for parsing Gollum's tags in HTML. It's only parses the
......
# frozen_string_literal: true
require 'erb'
module Banzai
......
# frozen_string_literal: true
module Banzai
module Filter
# HTML filter that wraps links around inline images.
......
# frozen_string_literal: true
module Banzai
module Filter
class InlineDiffFilter < HTML::Pipeline::Filter
......
# frozen_string_literal: true
module Banzai
module Filter
class IssuableReferenceFilter < AbstractReferenceFilter
......
# frozen_string_literal: true
module Banzai
module Filter
# HTML filter that appends state information to issuable links.
......
# frozen_string_literal: true
module Banzai
module Filter
# HTML filter that replaces issue references with links. References to
......
# frozen_string_literal: true
module Banzai
module Filter
# HTML filter that replaces label references with links.
......
# frozen_string_literal: true
module Banzai
module Filter
class MarkdownFilter < HTML::Pipeline::TextFilter
......
# frozen_string_literal: true
require 'uri'
module Banzai
......
# frozen_string_literal: true
module Banzai
module Filter
# HTML filter that replaces merge request references with links. References
......
# frozen_string_literal: true
module Banzai
module Filter
class MermaidFilter < HTML::Pipeline::Filter
......
# frozen_string_literal: true
module Banzai
module Filter
# HTML filter that replaces milestone references with links.
......
# frozen_string_literal: true
require "nokogiri"
require "asciidoctor-plantuml/plantuml"
......
# frozen_string_literal: true
module Banzai
module Filter
# HTML filter that removes references to records that the current user does
......
# frozen_string_literal: true
module Banzai
module Filter
# Base class for GitLab Flavored Markdown reference filters.
......
# frozen_string_literal: true
require 'uri'
module Banzai
......
# frozen_string_literal: true
module Banzai
module Filter
# Sanitize HTML
......
# frozen_string_literal: true
module Banzai
module Filter
# HTML filter that sets dir="auto" for RTL languages support
......
# frozen_string_literal: true
module Banzai
module Filter
# HTML filter that replaces snippet references with links. References to
......
# frozen_string_literal: true
require 'task_list/filter'
module Banzai
......
# frozen_string_literal: true
module Banzai
module Filter
# HTML filter that replaces user or group references with links.
......
# frozen_string_literal: true
module Banzai
module Filter
# Find every image that isn't already wrapped in an `a` tag, and that has
......
# frozen_string_literal: true
require 'uri'
module Banzai
......
# frozen_string_literal: true
module Banzai
module Filter
class YamlFrontMatterFilter < HTML::Pipeline::Filter
......
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