Sha256: 2f7d88880793807ba168441982a4ab3e67bc3b4af6baeb19e4182ba34ff4d8ce
Contents?: true
Size: 368 Bytes
Versions: 2
Compression:
Stored size: 368 Bytes
Contents
# frozen_string_literal: true require 'dvla/lint/version' module Dvla # :nodoc: # This is the wrapper module for the DVLA-Linting rules. # There is nothing in here other than the version number, # with the rules themselves in the /rules directory and loaded # by the .rubocop.yml at this gem's root. module Lint # There's nothing to see here end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
dvla-lint-1.8.0 | lib/dvla/lint.rb |
dvla-lint-1.7.1 | lib/dvla/lint.rb |