Skip to content

add space to remove warning from vale

kranurag7 requested to merge kranurag7/gitlab:vale-fix into master

What does this MR do and why?

This MR adds space to remove warning from vale.

Related to: #389009 (closed)

Screenshots or screen recordings

Screenshots are required for UI changes, and strongly recommended for all other merge requests.

How to set up and validate locally

# no more warnings for the space error on line 99
$ vale user/admin_area/settings/external_authorization.md 

 user/admin_area/settings/external_authorization.md
 1:1   suggestion  The grade level is 10.14.       gitlab.ReadingLevel      
                   Aim for 8th grade or lower by                            
                   using shorter sentences and                              
                   words.                                                   
 11:1  suggestion  Improve readability by using    gitlab.SentenceLength    
                   fewer than 25 words in this                              
                   sentence.                                                
 16:4  warning     Rename the heading 'Overview',  gitlab.HeadingContent    
                   or re-purpose the content                                
                   elsewhere.                                               
 18:1  suggestion  Improve readability by using    gitlab.SentenceLength    
                   fewer than 25 words in this                              
                   sentence.                                                
 32:1  warning     Instead of 'This is', try       gitlab.UnclearAntecedent 
                   starting this sentence with a                            
                   specific subject and verb.                               
 59:4  warning     Rename the heading 'How it      gitlab.HeadingContent    
                   works', or re-purpose the                                
                   content elsewhere.                                       
 80:7  warning     Instead of 'This is', try       gitlab.UnclearAntecedent 
                   starting this sentence with a                            
                   specific subject and verb.                               

✖ 0 errors, 4 warnings and 3 suggestions in 1 file.

Numbered steps to set up and validate the change are strongly suggested.

MR acceptance checklist

This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.

Edited by Suzanne Selhorn

Merge request reports