Sha256: 74e586271c908daa76bb040a3bd0078151e225f1a9747935d6393b1b12c30052

Contents?: true

Size: 440 Bytes

Versions: 12

Compression:

Stored size: 440 Bytes

Contents

Tailor.config do |config|
  config.formatters "text"
  config.file_set 'lib/**/*.rb'

  config.file_set 'features/**/*.rb', :features do |style|
    style.max_line_length 90, level: :warn
  end

  config.file_set 'spec/**/*.rb', :spec do |style|
    style.max_line_length 105, level: :warn
    style.spaces_after_lbrace 1, level: :warn
    style.spaces_before_lbrace 1, level: :warn
    style.spaces_before_rbrace 1, level: :warn
  end
end

Version data entries

12 entries across 12 versions & 1 rubygems

Version Path
tailor-1.4.1 .tailor
tailor-1.4.0 .tailor
tailor-1.3.1 .tailor
tailor-1.3.0 .tailor
tailor-1.2.1 .tailor
tailor-1.2.0 .tailor
tailor-1.1.5 .tailor
tailor-1.1.4 .tailor
tailor-1.1.3 .tailor
tailor-1.1.2 .tailor
tailor-1.1.1 .tailor
tailor-1.1.0 .tailor