Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
ad8158e4
Commit
ad8158e4
authored
Aug 10, 2018
by
Sean McGivern
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add frozen_string_literal to recently-added files from the community
parent
e5c0f495
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
8 additions
and
0 deletions
+8
-0
lib/banzai/filter/project_reference_filter.rb
lib/banzai/filter/project_reference_filter.rb
+2
-0
lib/banzai/reference_parser/project_parser.rb
lib/banzai/reference_parser/project_parser.rb
+2
-0
spec/lib/banzai/filter/project_reference_filter_spec.rb
spec/lib/banzai/filter/project_reference_filter_spec.rb
+2
-0
spec/lib/banzai/reference_parser/project_parser_spec.rb
spec/lib/banzai/reference_parser/project_parser_spec.rb
+2
-0
No files found.
lib/banzai/filter/project_reference_filter.rb
View file @
ad8158e4
# frozen_string_literal: true
module
Banzai
module
Filter
# HTML filter that replaces project references with links.
...
...
lib/banzai/reference_parser/project_parser.rb
View file @
ad8158e4
# frozen_string_literal: true
module
Banzai
module
ReferenceParser
class
ProjectParser
<
BaseParser
...
...
spec/lib/banzai/filter/project_reference_filter_spec.rb
View file @
ad8158e4
# frozen_string_literal: true
require
'spec_helper'
describe
Banzai
::
Filter
::
ProjectReferenceFilter
do
...
...
spec/lib/banzai/reference_parser/project_parser_spec.rb
View file @
ad8158e4
# frozen_string_literal: true
require
'spec_helper'
describe
Banzai
::
ReferenceParser
::
ProjectParser
do
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment