Module: RuboCop::OpenProject

Defined in:
lib/rubocop/open_project.rb,
lib/rubocop/open_project/inject.rb,
lib/rubocop/open_project/version.rb

Overview

This module contains custom RuboCop cops and configuration for the OpenProject project. It loads the default configuration from a YAML file and sets up necessary constants.

Defined Under Namespace

Modules: Inject Classes: Error

Constant Summary collapse

CONFIG =
YAML.safe_load(CONFIG_DEFAULT.read).freeze
VERSION =
"0.2.0"