Skip to content

Commit ffa5025

Browse files
committed
Make lint error more explicit
Signed-off-by: Stefan Marr <[email protected]>
1 parent 35f5d9b commit ffa5025

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tool/jt.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2854,7 +2854,7 @@ def format_specializations_arguments
28542854
end
28552855

28562856
def format_specializations_check
2857-
abort 'Some Specializations were not protected.' if format_specializations_visibility
2857+
abort 'Some Specializations do not use the protected visibility.' if format_specializations_visibility
28582858
abort 'Some Specializations were not properly formatted.' if format_specializations_arguments
28592859
abort 'There were extra blank lines around imports.' if Formatting.format_imports
28602860
end

0 commit comments

Comments
 (0)