JP Simard
|
7fb1875613
|
move CommandAction and CommandModifier into Command type
and make Command.modifier private
|
2017-01-09 16:25:19 -08:00 |
|
JP Simard
|
5b98fbe2f6
|
make Command.swift compile on Linux
by addressing differences in APIs between Scanner 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 |
|
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
|
7c12a63e8f
|
Merge commit '58eb0f69c4055bb2cb89b3df278eca6ce0fb1c34' into swift3.0
* commit '58eb0f69c4055bb2cb89b3df278eca6ce0fb1c34':
generally clean up usage of swiftlint comment commands
update README to reflect the ability to specify multiple rules in commands
add changelog entry
allow specifying multiple rule identifiers in comment commands
# Conflicts:
# Source/SwiftLintFramework/Extensions/NSRegularExpression+SwiftLint.swift
# Source/SwiftLintFramework/Models/Command.swift
# Source/SwiftLintFramework/Rules/LegacyNSGeometryFunctionsRule.swift
# Tests/SwiftLintFrameworkTests/ConfigurationTests.swift
# Tests/SwiftLintFrameworkTests/IntegrationTests.swift
|
2016-11-30 18:42:40 +09:00 |
|
JP Simard
|
639a18181c
|
allow specifying multiple rule identifiers in comment commands
|
2016-11-25 12:56:48 -08:00 |
|
Norio Nomura
|
3ff76e7ce8
|
Update SourceKitten
|
2016-11-04 20:24:21 +09:00 |
|
Norio Nomura
|
ec3f9d0c94
|
Fix line_length style violations, unused warnings
|
2016-10-13 22:40:45 +09:00 |
|
Norio Nomura
|
8bf15f1dba
|
Migrate to Swift 3.0
|
2016-10-09 01:09:50 +09:00 |
|
JP Simard
|
c66c5c8df0
|
formatting fixes
found running `swiftlint autocorrect --format`
|
2016-05-29 14:58:28 -07:00 |
|
JP Simard
|
d60a85aae0
|
make commands with modifiers work for violations with line-only locations
|
2016-01-04 13:25:57 -08:00 |
|
JP Simard
|
65f992d8fe
|
Support command comment modifiers
addresses #222
|
2015-12-27 21:06:12 -05:00 |
|
crimsonwoods
|
4806e31f23
|
Rename lineAndCharacterForByteOffset to lineAndCharacterForCharacterOffset.
According to a change 247f02eff4,
method name should be changed.
|
2015-11-18 12:05:08 +09:00 |
|
JP Simard
|
8a30cb2e3d
|
organize Xcode project
make Extensions, Models & Protocols groups under SourceKittenFramework
|
2015-11-15 15:07:25 -08:00 |
|