Sha256: 783a4ce5d65f462544ffaa4eda8166467e91209717c8333f9bf4757d68c840ca

Contents?: true

Size: 572 Bytes

Versions: 21

Compression:

Stored size: 572 Bytes

Contents

---
include:
  # process first
  - "config/annotations*.rb"
  - "**/*.rb"
  - "**/.*.rb"
  - "lib/tasks/*.rake"
  - ".git-hooks/**/*.rb"
  - "script/*"
  - "bin/*"
  - "bin/overcommit_branch"
exclude:
  - script/.rubocop.yml
  - vendor/**/*
  - spec/**/*
  - feature/**/*
  - test/**/*
  - ".bundle/**/*"
  - ".markdownlint_style.rb"
require: []
domains: []
reporters:
  - rubocop
  - require_not_found
  - typecheck:strong
  - update_errors
formatter:
  rubocop:
    cops: safe
    except: []
    only: []
    extra_args: []
require_paths: []
plugins: []
max_files: 5000

Version data entries

21 entries across 21 versions & 1 rubygems

Version Path
checkoff-0.203.0 .solargraph.yml