Sha256: 75b54f297c029b51c08246f7776fae814aaa8596c270a16a4ecd5a8c84d9cea4
Contents?: true
Size: 574 Bytes
Versions: 8
Compression:
Stored size: 574 Bytes
Contents
gemfile: 'Gemfile' verify_signatures: false # (default: true) PreCommit: RuboCop: enabled: true on_warn: fail # Treat all warnings as failures command: ['bundle', 'exec', 'rubocop'] # Invoke within Bundler context SlimLint: enabled: true on_warn: fail # Treat all warnings as failures command: ['bundle', 'exec', 'slim-lint'] # Invoke within Bundler context Stylelint: enabled: true description: 'Check styles with Stylelint' command: ['npx', 'stylelint'] include: - '**/*.scss' - '**/*.sass' - '**/*.css'
Version data entries
8 entries across 8 versions & 1 rubygems