From 9035fb895687191c93f53e714b13485ab86469a3 Mon Sep 17 00:00:00 2001 From: Mathieu Arnold Date: Fri, 1 Jun 2018 16:20:29 +0000 Subject: SC2221 & SC2222: This pattern always overrides a later/previous one. You have specified multiple patterns in a case statement, where one will always override the other. The pattern being overridden is indicated with a SC2222 warning. PR: 227109 Submitted by: mat Sponsored by: Absolight --- Mk/Scripts/check_leftovers.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/Mk/Scripts/check_leftovers.sh b/Mk/Scripts/check_leftovers.sh index c7d00121006e..9e4afd1ca670 100644 --- a/Mk/Scripts/check_leftovers.sh +++ b/Mk/Scripts/check_leftovers.sh @@ -152,10 +152,8 @@ while read modtype path extra; do share/xml/catalog.ports) ;; # Ignore ghc's doc index share/doc/ghc-%%GHC_VERSION%%/*) ;; - share/doc/ghc-%%GHC_VERSION%%/html/libraries/%%PORTNAME%%-%%PORTVERSION%%/html) ;; # Ignore ghc's package conf lib/ghc-%%GHC_VERSION%%/package.conf.d/*) ;; - lib/ghc-%%GHC_VERSION%%/package.conf.d/%%PORTNAME%%-%%PORTVERSION%%.conf) ;; # Ignore common system config files /etc/group|\ /etc/make.conf|\ -- cgit v1.2.3