This website requires JavaScript.
Explore
Help
Sign In
GitHub
/
SwiftLint
Watch
1
Star
0
Fork
0
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
fe6cdb2bdc09534a954266171e362c0ecb200067
SwiftLint
/
Source
/
SwiftLintFramework
/
Rules
/
RuleConfigs
T
History
JP Simard
b8ed788775
add more validation when setting a config dictionary
...
in SeverityLevelsConfig.setConfig
2016-01-28 10:39:15 -08:00
..
NameConfig.swift
Disable SeverityLevelsConfig error ruleParam if only warning is set. This prevents the potential creation of invalid configs by implicit definition in Yaml.
2016-01-28 10:39:15 -08:00
RegexConfig.swift
Add
NSRegularExpression.cached(pattern:)
2016-01-27 14:33:19 +09:00
SeverityConfig.swift
Removed ViolationSeverity extension. Moved into a private function of SeverityConfig.
2016-01-23 17:42:13 -08:00
SeverityLevelsConfig.swift
add more validation when setting a config dictionary
2016-01-28 10:39:15 -08:00