Local IDs can be longer
This commit is contained in:
parent
27efefeb13
commit
f58121b407
@ -376,7 +376,7 @@ findFilePossiblyCompressed baseFilePath = do
|
|||||||
(h:_) -> Just h
|
(h:_) -> Just h
|
||||||
|
|
||||||
localIdRegexp :: Regex
|
localIdRegexp :: Regex
|
||||||
localIdRegexp = makeRegexOpts defaultCompOpt{newSyntax=True} defaultExecOpt ("\\`[a-z][-a-z0-9]{0,31}\\'" ::String)
|
localIdRegexp = makeRegexOpts defaultCompOpt{newSyntax=True} defaultExecOpt ("\\`[a-z][-a-z0-9]{0,63}\\'" ::String)
|
||||||
|
|
||||||
unwantedLocalIds :: [Text]
|
unwantedLocalIds :: [Text]
|
||||||
unwantedLocalIds = ["git",
|
unwantedLocalIds = ["git",
|
||||||
|
Loading…
Reference in New Issue
Block a user