This implements RFC40 and RFC52. https://lists.archlinux.org/archives/list/arch-dev-public@lists.archlinux.org/thread/XR3VAUWC5LNMTVOCKFOHYYEGUQ4ZFCNG/
		
			
				
	
	
		
			23 lines
		
	
	
		
			375 B
		
	
	
	
		
			TOML
		
	
	
	
	
	
			
		
		
	
	
			23 lines
		
	
	
		
			375 B
		
	
	
	
		
			TOML
		
	
	
	
	
	
version = 1
 | 
						|
 | 
						|
[[annotations]]
 | 
						|
path = [
 | 
						|
    "PKGBUILD",
 | 
						|
    "README.md",
 | 
						|
    "keys/**",
 | 
						|
    ".SRCINFO",
 | 
						|
    ".nvchecker.toml",
 | 
						|
    "*.install",
 | 
						|
    "*.sysusers",
 | 
						|
    "*.tmpfiles",
 | 
						|
    "*.logrotate",
 | 
						|
    "*.pam",
 | 
						|
    "*.service",
 | 
						|
    "*.socket",
 | 
						|
    "*.timer",
 | 
						|
    "*.desktop",
 | 
						|
    "*.hook",
 | 
						|
]
 | 
						|
SPDX-FileCopyrightText = "Arch Linux contributors"
 | 
						|
SPDX-License-Identifier = "0BSD"
 |