Israel Alberto Rv
- Total activity 18
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 3
- Subscriptions 5
-
-
Israel Alberto Rv created a post, AnsweredI cannot avoid the inspection warning for 'Clang tidy'
I'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... -
-
-
-
Israel Alberto Rv created a post, Answered[SOLVED] Missing inspection warning for python code in test files.
The 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... -
Israel Alberto Rv created a post, 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... -
-
-
Israel Alberto Rv created a post, Completed[Solved] Warnings import local package: Unresolved references inspection
I 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"....