Skip to content

Commit

Permalink
Merge pull request #10860 from dvandersluis/doc/lint/debugger
Browse files Browse the repository at this point in the history
Update documentation for `Lint/Debugger`
  • Loading branch information
dvandersluis committed Aug 3, 2022
2 parents 6b6d554 + 7901305 commit 982159c
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion lib/rubocop/cop/lint/debugger.rb
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,19 @@ module Lint
# [source,yaml]
# ----
# Lint/Debugger:
# WebConsole: ~
# DebuggerMethods:
# WebConsole: ~
# ----
#
# You can also add your own methods by adding a new category:
#
# [source,yaml]
# ----
# Lint/Debugger:
# DebuggerMethods:
# MyDebugger:
# MyDebugger.debug_this
# ----
#
# @example
#
Expand Down

0 comments on commit 982159c

Please sign in to comment.