Mark Story
Mark Story
@zoidbergwill If you build a tool that can be integrated with lintreview, we could switch tools :smile:
Sounds pretty useful.
@adrianmoisey How would that work? So much of lintreview is focused on pul requests right now?
I'm not familiar with R at all, so I don't think I'd be a good person to implement the lintr integration. I am happy to help with the python/docker pieces...
@louiscpalma How does one go about running `lintr` on one or more files? I've never used R before :blush:
~~Is the config file in the root of your repository?~~ With the tslint.json in the root of your repository, `config = ./tslint.json` should work. You may need to modify the...
@homeday When I add packages I use the `package.json` and things usually work out. I've never used codelyzer so I can't help much.
Which c/c++ linter would you want to see supported?
I don't know much about cpplint. But if it outputs an xml file, json, or a quick fix compatible error list it should be straightforward to integrate.
Sounds like an interesting idea. I am concerned with the complexity it could introduce though. Most tools require a separate execution for each configuration file used. This combined with configuration...