# 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