Add Rules.md

This commit is contained in:
Marcelo Fabri
2017-07-03 00:33:29 +02:00
parent 3e80e91265
commit 06bb668fb0
2 changed files with 12762 additions and 2 deletions
+5 -2
View File
@@ -176,8 +176,11 @@ Over 75 rules are included in SwiftLint and the Swift community (that's you!)
continues to contribute more over time.
[Pull requests](CONTRIBUTING.md) are encouraged.
See the [Source/SwiftLintFramework/Rules](Source/SwiftLintFramework/Rules)
directory to see the currently implemented rules.
You can find an updated list of rules and more information about them
in [Rules.md](Rules.md).
You can also check [Source/SwiftLintFramework/Rules](Source/SwiftLintFramework/Rules)
directory to see their implementation.
`opt_in_rules` are disabled by default (i.e., you have to explicitly enable them
in your configuration file).
+12757
View File
File diff suppressed because one or more lines are too long