Sha256: 0c6a0d5d19bed425a989d421674c2db38fc5867b6520850f100abb4fa341eb30
Contents?: true
Size: 1.94 KB
Versions: 2
Compression:
Stored size: 1.94 KB
Contents
gemfile: false verify_signatures: false PreCommit: BundleCheck: enabled: true <% if File.exist?(".erb-lint.yml") -%> ErbLint: enabled: true required_executable: bundle command: ["bundle", "exec", "erblint"] include: "**/*.html.erb" <% end -%> <% if File.exist?("eslint.config.js") -%> EsLint: enabled: true required_executable: npx command: ["npx", "--no-install", "eslint", "-f", "compact"] include: - app/assets/**/*.cjs - app/components/**/*.cjs - app/frontend/**/*.cjs - app/javascript/**/*.cjs - app/assets/**/*.js - app/assets/**/*.jsx - app/components/**/*.js - app/components/**/*.jsx - app/frontend/**/*.js - app/frontend/**/*.jsx - app/javascript/**/*.js - app/javascript/**/*.jsx - app/assets/**/*.ts - app/assets/**/*.tsx - app/components/**/*.ts - app/components/**/*.tsx - app/frontend/**/*.ts - app/frontend/**/*.tsx - app/javascript/**/*.ts - app/javascript/**/*.tsx <% end -%> FixMe: enabled: true keywords: ["FIXME"] exclude: - .overcommit.yml LocalPathsInGemfile: enabled: true <% if File.exist?("config/database.yml") -%> RailsSchemaUpToDate: enabled: true <% end -%> <% if File.exist?(".rubocop.yml") -%> RuboCop: enabled: true required_executable: bundle command: ["bundle", "exec", "rubocop"] on_warn: fail <% end -%> <% if File.exist?(".stylelintrc.js") -%> Stylelint: enabled: true required_executable: npx command: ["npx", "--no-install", "stylelint"] env: NODE_OPTIONS: --no-deprecation include: - app/assets/**/*.css - app/components/**/*.css - app/frontend/**/*.css - app/javascript/**/*.css <% end -%> TrailingWhitespace: enabled: true exclude: - "**/db/structure.sql" <% if yarn? -%> YarnCheck: enabled: true <% end -%> PostCheckout: ALL: quiet: true
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
nextgen-0.27.1 | template/.overcommit.yml.tt |
nextgen-0.27.0 | template/.overcommit.yml.tt |