wienans
wienans
Actually I think it is hard to track this with a tool without a database. So calculating it via git ok file base might be good. Found this script for...
Yes completely agree on that. And actually I think as this tool is focused on analysis of the current state of code it might be better to use 2 different...
Hey the same problem occurs for util_ceres util_eigen util_yaml
@hramrach Github actually solves this (at least for LFS Files), and actually it might be a good idea to make it selectable like github. I personally dont have the usecase...
> > I personally dont have the usecase of not inlcuding but there might be others. > > In my case I need the slim LFS pointer files, NOT the...
@danmar actually handling this https://github.com/danmar/cppcheck/blob/75ec331ea1d76cc36abb49d701a6017c0c3497c2/addons/test/misra/misra-test.c#L880-L883 i find actually hard. It generates the following token stream and currently generates a 10.3 Warning due to char and signed char essential type category...
Checked the Misra Plugin and currently it is checked here if a bool gets assigned a value bigger than 0 or 1 https://github.com/danmar/cppcheck/blob/85423bda21cfba3f16c16fb2db52cf6f214f59e2/addons/misra.py#L2328-L2329 > This looks to be MISRA 10.x...
> I have the feeling that C89 does not have a "bool" type. And one possible way to use bools would be: > > ``` > typedef int bool; >...
@sanua356 nice work would like to see the feature. Maybe squash and force push the branch so doublespeak the commit of the not GitHub account.
> There is an API. It will be documented in the future. Is there currently any priority to at least list features of the API with the endpoint names. And...