Merge pull request #8333 from reitermarkus/desc-ios-iphone

Allow iOS and iPhone at the beginning of descriptions.
This commit is contained in:
Markus Reiter 2020-08-13 21:16:30 +02:00 committed by GitHub
commit f8e8f20471
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -9,6 +9,8 @@ module RuboCop
include HelperFunctions
VALID_LOWERCASE_WORDS = %w[
iOS
iPhone
macOS
].freeze