Sha256: 5c116ac8a8e880bff8673a44e8a8a497f5f073e99b744308f9532dbb1c3b61ee
Contents?: true
Size: 743 Bytes
Versions: 3
Compression:
Stored size: 743 Bytes
Contents
{ "exclude": "(^tmp/)", "linters": { "ruby": { "type": "ruby", "include": "(\\.(rb|rake)$)", "exclude": [ "(^spec/fixtures/application/htdocs/stylesheets/.*/config.rb)", "(^config/vm/cookbooks/.*.rb)" ], "severity.rules": { "/^warning/": "warning" } }, "rubocop": { "type": "rubocop", "include": "(\\.(rb|rake)$)", "exclude": [ "(^spec/fixtures/application/htdocs/stylesheets/.*/config.rb)", "(^config/vm/cookbooks/.*.rb)" ] }, "chmod": { "type": "chmod" }, "merge-conflict": { "type": "merge-conflict" }, "json": { "type": "json", "include": [ "(\\.json$)", "(.arc*)" ] }, "xml": { "type": "xml", "include": [ "(\\.xml)" ] } } }
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
dkdeploy-rails-0.9.0 | .arclint |
dkdeploy-rails-0.8.0 | .arclint |
dkdeploy-rails-0.5.0 | .arclint |