Sha256: 65325f56b03a313754c53678fea9401ebdd00bf9d21c46826b9ed28818523bd0

Contents?: true

Size: 1.48 KB

Versions: 3

Compression:

Stored size: 1.48 KB

Contents

# This is a configuration file to customize code analysis by Sider.
#
# For more information, see the documentation:
# https://help.sider.review/getting-started/custom-configuration

# Customize each tool. If analyses fail, try adjusting each option referencing the following example.
linter:

#   # Misspell example. See https://help.sider.review/tools/others/misspell
#   misspell:
#     root_dir: project/
#     target: [src/, test/]
#     exclude: ["**/*.min.*"]
#     locale: UK
#     ignore: [center, behavior]

#   # Reek example. See https://help.sider.review/tools/ruby/reek
#   reek:
#     root_dir: project/
#     dependencies:
#       - { name: "reek", version: "6.0.0" }
#     target: [lib/, test/]
#     config: config/reek.yml

#   # RuboCop example. See https://help.sider.review/tools/ruby/rubocop
  rubocop:
    dependencies:
      - rubocop-minitest
      - rubocop-performance
      - rubocop-rake
      - rubocop-sensible
    safe: true

#   # ShellCheck example. See https://help.sider.review/tools/shellscript/shellcheck
#   shellcheck:
#     root_dir: project/
#     target:
#       - "**/*.{sh,bash}"
#       - shebang: true
#     include: [SC2104, SC2105]
#     exclude: [SC1000, SC1118]
#     enable: all
#     shell: bash
#     severity: error
#     norc: true

# Ignore specific files. Example:
# ignore:
#   - "*.pdf"
#   - "*.mp4"
#   - "*.min.*"
#   - "images/**"

# Exclude specific branches. Example:
# branches:
#   exclude:
#     - master
#     - development
#     - /^release-.*$/

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
tiny_hooks-2.0.0 sider.yml
tiny_hooks-1.0.0 sider.yml
tiny_hooks-0.3.0 sider.yml