JP Simard
|
923f38c11b
|
simplify FileManager.modificationDate(forFileAtPath:) impl
|
2017-05-18 13:59:24 -07:00 |
|
Víctor Pimentel
|
5ed010c9c0
|
Change LinterCache to use file modification dates instead of hashing files with a weak algorithm.
|
2017-05-18 13:39:05 -07:00 |
|
Marcelo Fabri
|
e6155ea76e
|
Fix excluded configuration not excluding files.
Fixes #1166
|
2017-01-12 00:36:59 -02:00 |
|
JP Simard
|
a291bb594a
|
update SwiftLintFramework/Extensions to follow Swift 3 API Design Guidelines
|
2017-01-09 17:53:07 -08:00 |
|
JP Simard
|
1c0e0b7b61
|
use NSString.isSwiftFile() instead of hasSuffix(".swift")
|
2017-01-05 20:43:04 -08:00 |
|
JP Simard
|
43a56ffa85
|
use FileManager.DirectoryEnumerator to implement filesToLintAtPath(...)
|
2017-01-05 18:08:29 -08:00 |
|
Marcelo Fabri
|
c43f808cfc
|
Re-enable ConfigurationTests.testExcludedPaths
|
2016-12-26 13:32:13 -02:00 |
|
Marcelo Fabri
|
3f6ca7611a
|
Fix violations
|
2016-12-19 20:08:17 -02:00 |
|
JP Simard
|
da1d0ba876
|
make FileManager.filesToLintAtPath(_:) compile on Linux
by addressing differences in FileManager APIs on Linux and Darwin
|
2016-12-11 14:04:49 -08:00 |
|
JP Simard
|
0faf567931
|
use bridge() rather than explict or implicit casts
this is a step in aligning the code to compile on both Darwin and
Linux
|
2016-12-11 13:47:44 -08:00 |
|
Marcelo Fabri
|
13b0cfe623
|
Fixing inconsistencies
|
2016-12-08 18:29:57 -02:00 |
|
Norio Nomura
|
ee638ef428
|
Merge commit '20870e7ab140e39dbe426feb322e8b02c7cfc993' into swift3.0
* commit '20870e7ab140e39dbe426feb322e8b02c7cfc993':
fix single file usage: `swiftlint lint --path File.swift`
# Conflicts:
# Source/SwiftLintFramework/Extensions/NSFileManager+SwiftLint.swift
# Source/SwiftLintFramework/Models/Configuration.swift
# Tests/SwiftLintFrameworkTests/ConfigurationTests.swift
|
2016-11-30 14:04:45 +09:00 |
|
JP Simard
|
3568245c19
|
fix single file usage: swiftlint lint --path File.swift
|
2016-11-23 17:13:22 -08:00 |
|
Norio Nomura
|
3ff76e7ce8
|
Update SourceKitten
|
2016-11-04 20:24:21 +09:00 |
|
Norio Nomura
|
8bf15f1dba
|
Migrate to Swift 3.0
|
2016-10-09 01:09:50 +09:00 |
|
Cristian Filipov
|
ed192f35bd
|
Fix long lines and unit test
|
2016-08-22 23:17:50 -07:00 |
|
Cristian Filipov
|
27aa8e3383
|
Use path arg as root for include/exclude paths
|
2016-08-18 16:44:21 -07:00 |
|
JP Simard
|
1866edae77
|
adjust access control levels for many APIs in SwiftLintFramework
this is done in an effort to stabilize the API for SwiftLint 1.0.
|
2016-02-10 17:26:06 -08:00 |
|
Scott Hoyt
|
bd26e4c3af
|
Use new String extension.
|
2016-01-02 15:41:53 -08:00 |
|
JP Simard
|
9c3c61c54b
|
move filesToLintAtPath to NSFileManager extension in SwiftLintFramework
|
2015-12-05 20:44:00 -08:00 |
|
JP Simard
|
73896ee04c
|
add force try rule
|
2015-11-17 16:51:37 -08:00 |
|
JP Simard
|
8a30cb2e3d
|
organize Xcode project
make Extensions, Models & Protocols groups under SourceKittenFramework
|
2015-11-15 15:07:25 -08:00 |
|