cristianoliveira/java-checkstyle

View on GitHub
lib/pre_commit/checkstyle/version.rb

Summary

Maintainability
A
0 mins
Test Coverage
# frozen_string_literal: true

##
# This is a fork version of the original
# checkstyle:
# https://github.com/secondrotation/pre-commit-checkstyle
#
module PreCommit
  ##
  # CheckStyle Version
  # Authors:
  #  Allen Madsen (Original Version 0.0.1)
  #  Cristian Oliveira
  #  Alex Rocha
  #
  # Main file: checks/checkstyle.rb
  module Checkstyle
    VERSION = '1.1.0'
  end
end