You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
How would I read the file contents? ... or maybe even a simply stat README (like in bash) and extracting the size would be sufficient for me to either say: "yup, that seems large enough", versus "that's a suspiciously small README. I'll raise a warning to make the user aware that the README is crucial and that they please spend more effort on it"
I want to add a feature to the bids-validator:
I think it could go well after this line as an
else
:https://github.com/bids-standard/bids-validator/blob/b40aa16a4250bb4aaacd2c063dad108084f6b83f/bids-validator/validators/bids/checkReadme.js#L10-L12
How would I read the file contents? ... or maybe even a simply
stat README
(like in bash) and extracting the size would be sufficient for me to either say: "yup, that seems large enough", versus "that's a suspiciously small README. I'll raise a warning to make the user aware that the README is crucial and that they please spend more effort on it"Related to
The text was updated successfully, but these errors were encountered: