Sha256: 3fb2fbebcf438103a226b3a3d2324a6bd712bae00a1bc49936c8ba78d3c94990
Contents?: true
Size: 537 Bytes
Versions: 4
Compression:
Stored size: 537 Bytes
Contents
# frozen_string_literal: true # external libs require "version_gem" require_relative "lts/version" # Namespace for this library module Standard # Configure / override standard's rules for use with rubocop-lts module Rubocop # Lts indicates support for Ruby style linting back to Ruby 1.8 & 1.9 # rubocop itself stops at Ruby 2.0 module Lts # So far, the Error class is unused. class Error < StandardError; end end end end Standard::Rubocop::Lts::Version.class_eval do extend VersionGem::Basic end
Version data entries
4 entries across 4 versions & 1 rubygems