mirror of
				https://github.com/gohugoio/hugo.git
				synced 2024-05-11 05:54:58 +00:00 
			
		
		
		
	Bump all long-living deprecations to ERRORs
This commit is contained in:
		@@ -109,7 +109,7 @@ func LoadConfig(d ConfigSourceDescriptor, doWithConfig ...func(cfg config.Provid
 | 
			
		||||
 | 
			
		||||
	// We made this a Glob pattern in Hugo 0.75, we don't need both.
 | 
			
		||||
	if l.cfg.GetBool("ignoreVendor") {
 | 
			
		||||
		helpers.Deprecated("--ignoreVendor", "--ignoreVendorPaths **", false)
 | 
			
		||||
		helpers.Deprecated("--ignoreVendor", "--ignoreVendorPaths **", true)
 | 
			
		||||
		l.cfg.Set("ignoreVendorPaths", "**")
 | 
			
		||||
	}
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user