Sha256: 20730686884de86b8256495312ac96be354c5fdd7791ed3ff35c31b291fedd00
Contents?: true
Size: 536 Bytes
Versions: 4
Compression:
Stored size: 536 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 module Stylez def self.reek_config_path File.expand_path("../../ruby/.reek.yml", __dir__) end end end
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
rf-stylez-1.0.1 | lib/rf/stylez.rb |
rf-stylez-1.0.0 | lib/rf/stylez.rb |
rf-stylez-0.16.0 | lib/rf/stylez.rb |
rf-stylez-0.15.0 | lib/rf/stylez.rb |