JP Simard
|
3431ef4798
|
improve PrivateUnitTestRule
|
2016-12-11 16:41:45 -08:00 |
|
JP Simard
|
54acf03983
|
use NSRegularExpression with a placeholder pattern to compile on Linux
since `NSRegularExpression.init()` isn't available on Linux yet.
|
2016-12-11 14:04:49 -08:00 |
|
JP Simard
|
49b5ee665d
|
omit needless types in static calls in PrivateUnitTestConfiguration.swift
|
2016-12-11 14:04:49 -08:00 |
|
JP Simard
|
576e1a5d4d
|
remove unnecessary .lowercased() calls
now that ViolationSeverity is already lowercase.
|
2016-12-01 22:29:09 -08:00 |
|
JP Simard
|
19fad01b29
|
make all enum members lowercase to comply with Swift 3 API Guidelines
|
2016-12-01 22:16:21 -08:00 |
|
Norio Nomura
|
8bf15f1dba
|
Migrate to Swift 3.0
|
2016-10-09 01:09:50 +09:00 |
|
Cristian Filipov
|
a60bcddc8f
|
Fix #786: Private unit test rule not scoped to tests
|
2016-08-29 21:03:09 -07:00 |
|
Cristian Filipov
|
ea592e0e98
|
Add rule to check for private unit tests
|
2016-08-18 17:17:03 -07:00 |
|