This website requires JavaScript.
Explore
Help
Sign In
GitHub
/
SwiftLint
Watch
1
Star
0
Fork
0
You've already forked SwiftLint
mirror of
https://github.com/realm/SwiftLint.git
synced
2026-06-06 20:18:40 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
59da7f3ce9ccb05ecdf134209b5729e0203f1ca4
SwiftLint
/
Source
/
SwiftLintFramework
/
Models
T
History
JP Simard
59da7f3ce9
add
--quiet
flag to
lint
and
autocorrect
commands
...
addresses
#386
2016-02-08 13:21:40 -08:00
..
Command.swift
make commands with modifiers work for violations with line-only locations
2016-01-04 13:25:57 -08:00
Configuration.swift
add
--quiet
flag to
lint
and
autocorrect
commands
2016-02-08 13:21:40 -08:00
ConfigurationError.swift
Extracted Rule Configuration structs to own files.
2016-01-23 17:42:13 -08:00
Correction.swift
report corrections
2015-12-05 21:09:43 -08:00
Linter.swift
allow passing an optional
--reporter
parameter to
swiftlint lint
2016-02-06 11:14:23 -08:00
Location.swift
rewrite Location.description to compile 25x faster
2016-01-18 13:52:37 -08:00
MasterRuleList.swift
fix MasterRuleList order
2016-01-31 14:09:11 -08:00
Region.swift
Don't correct if a rule is disabled locally
2015-12-05 21:09:43 -08:00
RuleDescription.swift
add dictionary of corrections to RuleDescription
2015-12-05 21:09:43 -08:00
RuleParameter.swift
Removed ruleParametersFromArray.
2016-01-14 08:53:18 -08:00
StyleViolation.swift
[StyleViolation] use RuleDescription's description when reason is nil
2015-11-17 10:25:57 -08:00
ViolationSeverity.swift
organize Xcode project
2015-11-15 15:07:25 -08:00
YamlParser.swift
Began extracting Yaml dependency out of Configuration and into YamlParser
2016-01-11 11:18:54 -08:00