Sha256: 0bda595465ae5d412d2db60a7987ff68d1de4b35797eeb1c8658557e6b9e9892

Contents?: true

Size: 1.04 KB

Versions: 4

Compression:

Stored size: 1.04 KB

Contents

---

no_tty: true
skip_output:
  - meta

commit-linters:
  commands:
    commitspell:
      run: .circleci/scripts/commitspell.sh -c '.circleci/linter_configs/.commitspell.yml'

code-style-linters:
  commands:
    reek:
      run: bundle exec reek
    rubocop:
      run: bundle exec rubocop -c '.circleci/linter_configs/.rubocop.yml'
    shellcheck:
      glob: '*.{sh}'
      run: shellcheck --norc {all_files}
    yamllint:
      run: yamllint -c '.circleci/linter_configs/.yamllint.yml' .

code-performance-linters:
  commands:
    fasterer:
      run: bundle exec fasterer

code-vulnerability-linters:
  commands:
    bundle-audit:
      run: bundle exec bundle-audit check -c '.circleci/linter_configs/.bundler-audit.yml' --update

code-documentation-linters:
  commands:
    cspell:
      run: cspell-cli lint -c '.circleci/linter_configs/.cspell.yml' '**/*.{txt,md}'
    markdownlint:
      run: markdownlint -c '.circleci/linter_configs/.markdownlint.yml' '**/*.md'

release-linters:
  commands:
    changeloglint:
      run: .circleci/scripts/changeloglint.sh

Version data entries

4 entries across 4 versions & 2 rubygems

Version Path
healthcheck_endpoint-1.0.0 .circleci/linter_configs/.lefthook.yml
on_strum-healthcheck-0.3.0 .circleci/linter_configs/.lefthook.yml
on_strum-healthcheck-0.2.0 .circleci/linter_configs/.lefthook.yml
on_strum-healthcheck-0.1.0 .circleci/linter_configs/.lefthook.yml