Sha256: d81edf4d53d3b190642382f84b6b35e88b1b65dfd57f42ce054b98f79558b283
Contents?: true
Size: 547 Bytes
Versions: 9
Compression:
Stored size: 547 Bytes
Contents
# frozen_string_literal: true require "rf/stylez/version" require "rf/stylez/update_check" require "rubocop" require "rubocop/cop/lint/no_json" require "rubocop/cop/lint/no_http_party" require "rubocop/cop/lint/obscure" require "rubocop/cop/lint/no_grape_api" require "rubocop/cop/lint/use_positive_int32_validator" require "rubocop/cop/lint/no_untyped_raise" require "rubocop/cop/lint/no_vcr_recording" module Rf # Stylez module Stylez def self.reek_config_path File.expand_path("../../ruby/.reek.yml", __dir__) end end end
Version data entries
9 entries across 9 versions & 1 rubygems