This website requires JavaScript.
Explore
Sign In
mirror
/
renovate
mirror of
https://github.com/renovatebot/renovate
Watch
2
Star
0
Fork
You've already forked renovate
0
Code
Releases
Activity
main
renovate
/
lib
/
modules
/
manager
/
conan
/
common.ts
4 lines
91 B
TypeScript
Raw
Permalink
Blame
History
export
function
isComment
(
line
:
string
)
:
boolean
{
return
line
.
trim
(
)
.
startsWith
(
'#'
)
;
}
View Git Blame
Copy Permalink