Israel Alberto Rv
- Total activity 18
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 3
- Subscriptions 5
-
Created I cannot avoid the inspection warning for 'Clang tidy'
AnsweredI'm using google test and I'm testing a C code (not C++) but anyway every time I run the inspector I receive these errors: use '= default' to define a trivial default constructor use '= delete' to... -
Edited [SOLVED] Missing inspection warning for python code in test files.
AnsweredThe python inspector does not throw warnings about the "PEP 8 coding style guide. Expected 2 blank lines" in the test files. Is this the correct place to report this kind of bugs? For example my in... -
Created Exclude specific file from the "Inspect Code.." / Python inspection
Hello pyCharmers, I need to exclude the README.md file from the python inspections. Code example: -------------------------- ## Needs fixing:- Use type annotations for python 3.5. Used: ```python... -
Edited [Solved] Warnings import local package: Unresolved references inspection
CompletedI created a git repository then I put my python code in the "./src" directory but I opened PyCham project in './'. 1. The PyCharm show me a horrible alerts about "Unresolved references inspection"....