Skip to content

Commit

Permalink
Remove tags that YARD does not recognize
Browse files Browse the repository at this point in the history
  • Loading branch information
manicmaniac committed Feb 12, 2024
1 parent 7a07fbe commit dc4f9b2
Show file tree
Hide file tree
Showing 9 changed files with 0 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@ module Danger
# warn "#{bitbucket_cloud.html_link("Package.json")} was edited." if git.modified_files.include? "Package.json"
#
# @see danger/danger
# @tags core, bitbucket_cloud
#
class DangerfileBitbucketCloudPlugin < Plugin
# So that this init can fail.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@ module Danger
# warn "#{bitbucket_server.html_link("Package.json")} was edited." if git.modified_files.include? "Package.json"
#
# @see danger/danger
# @tags core, bitbucket_server
#
class DangerfileBitbucketServerPlugin < Plugin
# So that this init can fail.
Expand Down
1 change: 0 additions & 1 deletion lib/danger/danger_core/plugins/dangerfile_danger_plugin.rb
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ module Danger
# danger.import_dangerfile(url: custom_url)
#
# @see danger/danger
# @tags core, plugins

class DangerfileDangerPlugin < Plugin
# The instance name used in the Dangerfile
Expand Down
1 change: 0 additions & 1 deletion lib/danger/danger_core/plugins/dangerfile_git_plugin.rb
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ module Danger
# end
#
# @see danger/danger
# @tags core, git

class DangerfileGitPlugin < Plugin
# The instance name used in the Dangerfile
Expand Down
1 change: 0 additions & 1 deletion lib/danger/danger_core/plugins/dangerfile_github_plugin.rb
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,6 @@ module Danger
#
#
# @see danger/danger
# @tags core, github
#
class DangerfileGitHubPlugin < Plugin
# So that this init can fail.
Expand Down
1 change: 0 additions & 1 deletion lib/danger/danger_core/plugins/dangerfile_gitlab_plugin.rb
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,6 @@ module Danger
#
#
# @see danger/danger
# @tags core, gitlab
#
class DangerfileGitLabPlugin < Plugin
# So that this init can fail.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ module Danger
# end
#
# @see danger/danger
# @tags core, local_only
#
class DangerfileLocalOnlyPlugin < Plugin
# So that this init can fail.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,6 @@ module Danger
#
#
# @see danger/danger
# @tags core, messaging
#

class DangerfileMessagingPlugin < Plugin
Expand Down
1 change: 0 additions & 1 deletion lib/danger/danger_core/plugins/dangerfile_vsts_plugin.rb
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,6 @@ module Danger
#
#
# @see danger/danger
# @tags core, vsts
#
class DangerfileVSTSPlugin < Plugin
# So that this init can fail.
Expand Down

0 comments on commit dc4f9b2

Please sign in to comment.