Sha256: 8adebc3a0f314766cf4bc606813ff2d794c4d7d94f57fcd849e8c7831f1cb475
Contents?: true
Size: 390 Bytes
Versions: 4
Compression:
Stored size: 390 Bytes
Contents
xcode_proj "Fixtures/Fixtures.xcodeproj" 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
4 entries across 4 versions & 1 rubygems