guix: Run check-synopsis-style with other local checks.
* guix/lint.scm (%network-dependent-checkers): Move check-synopsis-style to... (%local-checkers): ... here. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
This commit is contained in:
		
							parent
							
								
									d44970748f
								
							
						
					
					
						commit
						4f63b4b86d
					
				
					 1 changed files with 5 additions and 4 deletions
				
			
		|  | @ -1862,6 +1862,10 @@ them for PACKAGE." | |||
|      (name        'description) | ||||
|      (description "Validate package descriptions") | ||||
|      (check       check-description-style)) | ||||
|    (lint-checker | ||||
|      (name        'synopsis) | ||||
|      (description "Validate package synopses") | ||||
|      (check       check-synopsis-style)) | ||||
|    (lint-checker | ||||
|      (name        'inputs-should-be-native) | ||||
|      (description "Identify inputs that should be native inputs") | ||||
|  | @ -1926,10 +1930,7 @@ or a list thereof") | |||
| 
 | ||||
| (define %network-dependent-checkers | ||||
|   (list | ||||
|    (lint-checker | ||||
|      (name        'synopsis) | ||||
|      (description "Validate package synopses") | ||||
|      (check       check-synopsis-style)) | ||||
| 
 | ||||
|    (lint-checker | ||||
|      (name        'gnu-description) | ||||
|      (description "Validate synopsis & description of GNU packages") | ||||
|  |  | |||
		Reference in a new issue