Document rubocops/shared modules.
This commit is contained in:
parent
7e2e5bf388
commit
d5ba5cb8f8
@ -5,6 +5,8 @@ require "rubocops/shared/helper_functions"
|
||||
module RuboCop
|
||||
module Cop
|
||||
# This module performs common checks the `desc` field in both Formulae and Casks.
|
||||
#
|
||||
# @api private
|
||||
module DescHelper
|
||||
include HelperFunctions
|
||||
|
||||
|
||||
@ -2,6 +2,9 @@
|
||||
|
||||
module RuboCop
|
||||
module Cop
|
||||
# Helper functions for cops.
|
||||
#
|
||||
# @api private
|
||||
module HelperFunctions
|
||||
include RangeHelp
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user