.travis.yml: Add *.json file validation#2362
Conversation
Validation works. I will add a commit fixing naming.json. |
|
After fixing naming.json Travis prints a lot of naming violations, for example @danmar Was the error in naming.json intended? Why does Cppcheck happily parse such a file that obviously does not work? Is that intended too? |
|
the error in naming.json was not intended.
why shouldn't it parse that file? |
What I mean is that I wonder if Cppcheck should better exit with an error message if a. json file is erroneous instead of using only some part of the .json without any warning. Maybe picojson has the functionality to detect errors. I can see if we can use that. |
I agree! |
7aa0ea7 to
082e0b5
Compare
|
Should this be merged now? |
Yes, thanks for reminding me. |
No description provided.