Handbook
Glossary
docker-file? ( path -- ? )
Vocabulary
codebase-analyzer
Inputs
path
an
object
Outputs
?
an
object
Definition
USING:
io.pathnames
kernel
sequences
unicode
;
IN:
codebase-analyzer
:
docker-file?
( path -- ? )
[
>lower
file-extension
{
"docker"
}
member?
]
[
>lower
file-name
{
"dockerfile"
".dockerignore"
"docker-compose.yaml"
}
[
subseq-of?
]
with
any?
]
bi
or
;