Sha256: ce1ae8e526add10eceb90302de1e2b69899cdd4c2bb84d3d032ea1a7b7604fd7
Contents?: true
Size: 439 Bytes
Versions: 4752
Compression:
Stored size: 439 Bytes
Contents
#ok /not really/ # match line containing 'error', case-insensitive error /(?i)(^|\s)error(:|\s)/ # match line containing 'warning', case-insensitive warning /(?i)(^|\s)warning(:|\s)/ # create a quick access link to lines in the report containing 'INFO' info /INFO/ # each line containing 'BUILD' represents the start of a section for grouping errors and warnings found after the line. # also creates a quick access link. start /BUILD/
Version data entries
4,752 entries across 792 versions & 1 rubygems