Sha256: 83ee8e561bb95f0137b18b4150fdc553d6b416d9ecf1c405da5dfc50957b18ae

Contents?: true

Size: 413 Bytes

Versions: 1

Compression:

Stored size: 413 Bytes

Contents

xcode_proj "Fixtures/Fixtures.xcodeproj"
main_target "Fixtures"

warning :line, :language => "swift" do |line|
  raise "error"
  line.length > 120 ? "Length of line #{line.length} is longer than 120 characters!" : nil
end

error_regex "Please remove Copyright boilerplate", /^\/\/  Copyright \(c\).*$/, :files => "*AppDelegate*", :exclude => "Fixtures/SomeDir/Excluded/*"

warning_regex "TODO", /^\/\/\s+TODO:.*$/

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
mayday-0.0.1 spec/fixtures/Maydayfile_ruby_error