Linus Fernandes

Results 132 comments of Linus Fernandes

Looking through your codebase it appears that you do allow the specifying of defaults through property files. do change the title. The property values are not being used. Overriding does...

Does this support overriding of parameters specified in the files via the command line? There's no mention in the documentation of anything of the sort. If not, is it possible...

I understand that this bug falls under the category of SillyPotPourri of bugs in fb-contrib. As someone who uses other static code analyzers such as Checkstyle and PMD in conjunction...

It's not a false positive. I don't think the rule is needed. If the integer parameter is used to size the StringBuffer/StringBuilder as intended, it is definitely not a silly...

I find it catching intentional explicit integer values as well---the number of characters estimated beforehand. It should be more restrictive so that it catches single-quoted character only and not integer...

Any idea when this feature will become reality?

Excellent point. It would help to have examples converting strings and documents to vectors using something like word2vec but more lightweight. Something like this but with a fully coded example:...

https://github.com/Fernal73/LearnR/blob/development/lintall.R https://github.com/Fernal73/LearnR/blob/development/lint.R My use-cases.

> If this were implemented, should it behave like `recursive` in `base::dir` (use all subdirs) or `recurse` in `fs::dir_ls` (use all subdirs when TRUE, use subdirs to a given depth...

> Does the `exclusions` parameter provide enough flexibility for your needs? > I've never had to use the 'exclusions' parameter. However, I'm never comfortable specifying line numbers unless there's a...