Document rubocops/shared modules.

This commit is contained in:
Markus Reiter 2020-08-26 02:52:48 +02:00
parent 7e2e5bf388
commit d5ba5cb8f8
2 changed files with 5 additions and 0 deletions

View File

@ -5,6 +5,8 @@ require "rubocops/shared/helper_functions"
module RuboCop module RuboCop
module Cop module Cop
# This module performs common checks the `desc` field in both Formulae and Casks. # This module performs common checks the `desc` field in both Formulae and Casks.
#
# @api private
module DescHelper module DescHelper
include HelperFunctions include HelperFunctions

View File

@ -2,6 +2,9 @@
module RuboCop module RuboCop
module Cop module Cop
# Helper functions for cops.
#
# @api private
module HelperFunctions module HelperFunctions
include RangeHelp include RangeHelp