Sha256: 723b03ce89885a102b6529a68d49e85350d2895ac9a203ec18a1b8903669783b

Contents?: true

Size: 980 Bytes

Versions: 3

Compression:

Stored size: 980 Bytes

Contents

#
# Copyright 2014 Tony Burns
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
#     http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
#
---
PreCommit:
  BundleCheck:
    enabled: true

  HardTabs:
    enabled: true

  LocalPathsInGemfile:
    enabled: true

  Rubocop:
    enabled: true
    include:
      - '*.gemspec'
      - 'bin/*'
      - 'lib/**/*.{rake,rb,thor}'
      - 'spec/**/*.rb'
      - 'Gemfile'
      - 'Rakefile'

  TrailingWhitespace:
    enabled: true

  TravisLint:
    enabled: false

  YamlSyntax:
    enabled: true

Version data entries

3 entries across 3 versions & 3 rubygems

Version Path
commandsy-dev-0.0.1 .overcommit.yml
commandsy-plugin-0.0.1 .overcommit.yml
commandsy-0.0.1 .overcommit.yml