diff --git a/Global Variables.html b/Global Variables.html index b59ce3120..09a9c0eed 100644 --- a/Global Variables.html +++ b/Global Variables.html @@ -337,7 +337,7 @@
-

The rule list containing all available rules built into SwiftLint.

+

The rule list containing all available rules built into SwiftLint as well as native custom rules.

@@ -349,7 +349,7 @@
- Show on GitHub + Show on GitHub
diff --git a/Structs.html b/Structs.html index 6ed7c4d2e..72c67f587 100644 --- a/Structs.html +++ b/Structs.html @@ -731,7 +731,7 @@ non-triggering style

- Show on GitHub + Show on GitHub
diff --git a/Structs/StyleViolation.html b/Structs/StyleViolation.html index 6375649bb..b195aefc5 100644 --- a/Structs/StyleViolation.html +++ b/Structs/StyleViolation.html @@ -325,7 +325,7 @@

A value describing an instance of Swift source code that is considered invalid by a SwiftLint rule.

- Show on GitHub + Show on GitHub
@@ -619,7 +619,8 @@
-

The justification for this violation.

+

The justification for this violation. If not specified the rule’s description will + be used.

@@ -627,7 +628,7 @@
- Show on GitHub + Show on GitHub
@@ -676,7 +677,7 @@
- Show on GitHub + Show on GitHub
@@ -725,7 +726,7 @@
- Show on GitHub + Show on GitHub
diff --git a/accessibility_label_for_image.html b/accessibility_label_for_image.html index b4062ce3d..28c861934 100644 --- a/accessibility_label_for_image.html +++ b/accessibility_label_for_image.html @@ -316,7 +316,7 @@

Accessibility Label for Image

-

All Images that provide context should have an accessibility label. Purely decorative images can be hidden from accessibility.

+

Images that provide context should have an accessibility label or should be explicitly hidden from accessibility