gitlab-org--gitlab-foss/lib/banzai/filter
Robert Speicher 34c083a184 Merge branch 'rubocop/enable-access-modifiers-cops' into 'master'
Enable Rubocop cops that check access modifiers

## What does this MR do?

This MR enables Rubocop cops that detect methods that should be restricted but are the part of public API because of access modifiers used improperly.

This also fixes existing offenses.

## Why was this MR needed?

Some method in our codebase are public instead of being private because it is sometimes difficult to get it right without static analysis.

## What are the relevant issue numbers?

See #17478  
Closes #17372 

See merge request !5014
2016-07-29 15:58:09 +00:00
..
wiki_link_filter Implement the correct linking behaviour in `WikiLinkFilter`. 2016-06-09 10:04:15 +05:30
abstract_reference_filter.rb Handle external issues in IssueReferenceFilter 2016-06-30 11:52:44 +02:00
autolink_filter.rb Don't parse Rinku returned value to DocFragment when it didn't change the original html string. 2016-07-18 13:11:46 +02:00
blockquote_fence_filter.rb Add more comments to regex 2016-07-10 14:47:53 -05:00
commit_range_reference_filter.rb Split Markdown rendering & reference gathering 2016-05-26 17:14:00 +02:00
commit_reference_filter.rb Split Markdown rendering & reference gathering 2016-05-26 17:14:00 +02:00
emoji_filter.rb Fix method visiblity in emoji filter class 2016-07-19 15:12:15 +02:00
external_issue_reference_filter.rb Split Markdown rendering & reference gathering 2016-05-26 17:14:00 +02:00
external_link_filter.rb Banzai::Filter::ExternalLinkFilter use XPath 2016-06-16 14:13:29 +02:00
gollum_tags_filter.rb little refactor and improvements on specs 2016-04-06 20:09:15 -03:00
image_link_filter.rb Enable Style/EmptyLines cop, remove redundant ones 2016-07-01 21:56:17 +02:00
inline_diff_filter.rb Fix serious performance bug with rendering Markdown with InlineDiffFilter 2016-06-01 21:56:27 -07:00
issue_reference_filter.rb Handle external issues in IssueReferenceFilter 2016-06-30 11:52:44 +02:00
label_reference_filter.rb Use CGI.unescapeHTML rather than doing the gsub with a map 2016-07-05 20:57:09 -03:00
markdown_filter.rb Fix methods visibility in markdown filter class 2016-07-19 15:12:15 +02:00
merge_request_reference_filter.rb Split Markdown rendering & reference gathering 2016-05-26 17:14:00 +02:00
milestone_reference_filter.rb Split Markdown rendering & reference gathering 2016-05-26 17:14:00 +02:00
redactor_filter.rb Support for rendering/redacting multiple documents 2016-06-24 11:46:39 +02:00
reference_filter.rb Handle external issues in IssueReferenceFilter 2016-06-30 11:52:44 +02:00
relative_link_filter.rb Ensure relative paths for video are rewritten as we do for images 2016-07-26 10:22:17 +02:00
sanitization_filter.rb Use a case-insensitive comparison in sanitizing URI schemes 2016-05-09 12:47:53 -07:00
snippet_reference_filter.rb Split Markdown rendering & reference gathering 2016-05-26 17:14:00 +02:00
syntax_highlight_filter.rb Don't fail to highlight when Rouge doesn't have a lexer 2016-07-15 20:22:35 -05:00
table_of_contents_filter.rb Remove redundant `require`s from Banzai files 2016-03-24 13:23:47 -04:00
task_list_filter.rb Prevent circular reference error in Banzai 2016-01-14 11:30:28 +01:00
upload_link_filter.rb Banzai::Filter::UploadLinkFilter use XPath 2016-06-16 11:26:56 +02:00
user_reference_filter.rb Display tooltip for mentioned users and groups (!5261) 2016-07-14 23:55:43 +02:00
video_link_filter.rb Remove VideoJS and clean the integration 2016-07-20 11:36:42 +02:00
wiki_link_filter.rb Enable Style/EmptyLines cop, remove redundant ones 2016-07-01 21:56:17 +02:00
yaml_front_matter_filter.rb Remove redundant `require`s from Banzai files 2016-03-24 13:23:47 -04:00