Skip to content
Snippets Groups Projects
Commit d5ba5cb8 authored by Markus Reiter's avatar Markus Reiter
Browse files

Document `rubocops/shared` modules.

parent 7e2e5bf3
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment