Sha256: 13eee89ac3e8aa421a1abe70a1cf77737393153ef31881352783f4456b7c3987

Contents?: true

Size: 855 Bytes

Versions: 4

Compression:

Stored size: 855 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.
#
---
AllCops:
  Exclude:
    - .gems/**/*

# Handle via inch instead.
Style/Documentation:
  Enabled: false

Style/LineLength:
  Max: 160

# Disable because there needs to be two blank lines below the file header for
# YARD not to pick it up.
Style/EmptyLines:
  Enabled: false

Version data entries

4 entries across 2 versions & 2 rubygems

Version Path
commandsy-plugin-0.0.1 .hound.yml
commandsy-plugin-0.0.1 .rubocop.yml
commandsy-0.0.1 .hound.yml
commandsy-0.0.1 .rubocop.yml