module GazelleStyleguide

This module namespaces Gazelle’s style guide. Manages configuration for various linters.

Styleguide version

Constants

VERSION

Public Class Methods

config_for(config_file) click to toggle source
# File lib/gazelle_styleguide.rb, line 10
def config_for(config_file)
  File.expand_path("../../config/#{config_file}", __FILE__)
end