Israel Alberto Rv
- 活动总数 18
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 3
- 订阅数 5
-
-
Israel Alberto Rv 创建了一个帖子, 已回答I 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 创建了一个帖子, 已回答[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 创建了一个帖子, 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 创建了一个帖子, 已完成[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"....