[linters] Adding some missing dots to the suggestion sentences in the default linters.

Reviewed By: martinoluca

Differential Revision: D5237144

fbshipit-source-id: f82e75e
master
Dulma Churchill 8 years ago committed by Facebook Github Bot
parent 1c8ce44042
commit d4d8db4025

@ -18,7 +18,7 @@ DEFINE-CHECKER DIRECT_ATOMIC_PROPERTY_ACCESS = {
HOLDS-IN-NODE ObjCIvarRefExpr;
SET message = "Direct access to ivar %ivar_name% of an atomic property";
SET suggestion = "Accessing an ivar of an atomic property makes the property nonatomic";
SET suggestion = "Accessing an ivar of an atomic property makes the property nonatomic.";
SET severity = "WARNING";
};
@ -149,7 +149,7 @@ DEFINE-CHECKER STRONG_DELEGATE_WARNING = {
HOLDS-IN-NODE ObjCPropertyDecl;
SET message = "Property or ivar %decl_name% declared strong";
SET suggestion = "In general delegates should be declared weak or assign";
SET suggestion = "In general delegates should be declared weak or assign.";
};

Loading…
Cancel
Save