Handbook
Glossary
contributing-file? ( path -- ? )
Vocabulary
codebase-analyzer
Inputs
path
an
object
Outputs
?
an
object
Definition
USING:
combinators.short-circuit
io.pathnames
kernel
unicode
;
IN:
codebase-analyzer
:
contributing-file?
( path -- ? )
>lower
{
[
file-stem
"contributors"
=
]
[
file-stem
"maintainers"
=
]
[
file-stem
"code-of-conduct"
=
]
[
file-stem
"code_of_conduct"
=
]
}
1||
;