cyberark/conjur-api-ruby

View on GitHub
.overcommit.yml

Summary

Maintainability
Test Coverage
PreCommit:
  ALL:
    problem_on_unmodified_line: warn

  RuboCop:
    enabled: true
    flags: [
      '--format=emacs', '--force-exclusion', '--display-cop-names',
      '-c', '.rubocop_settings.yml']

  Reek:
    enabled: true
    flags: [
      '--single-line', '--no-color',
      '-c', '/dev/null']