issues
search
nelfin
/
pylint-protobuf
A plugin for making Pylint aware of the fields of protobuf-generated classes
MIT License
29
stars
12
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Fix doc removed for pylint 3.x
#59
matejsp
closed
10 months ago
2
pylint-protobuf crash with 'ClassDef' object has no attribute 'doc'
#58
matejsp
closed
10 months ago
8
pylint 3.0.0 compatibility
#57
matejsp
closed
1 year ago
8
Fix False Positive useless suppression
#56
hmc-cs-mdrissi
opened
1 year ago
0
Useless suppression false positives
#55
hmc-cs-mdrissi
opened
1 year ago
3
protobuf 3.20+ not yet supported
#54
nelfin
opened
1 year ago
0
Basic example not working
#53
danslinger
opened
2 years ago
4
pylint no-member error with nested enums.
#52
rshanor
opened
3 years ago
2
Old Regression, KeyError: "'__name__' not in globals"
#51
hmc-cs-mdrissi
closed
3 years ago
4
pylint-protobuf raises AttributeError if protobuf extension is unavailable (Windows, Python 3.8+)
#50
dsandbrink
closed
3 years ago
4
Initialize protobuf with kwargs
#49
gal-simhi
closed
3 years ago
2
False Positive E5903 on bytes field
#48
gal-simhi
closed
3 years ago
3
Infinite recursion
#47
AudriusButkevicius
closed
3 years ago
4
Fails if message has field named `from`.
#46
AudriusButkevicius
closed
3 years ago
4
Support forward-declaration of well-known types?
#45
nelfin
closed
3 years ago
6
False-positive protobuf-undefined-attribute, nested messages variable re-assignment
#44
zoedberg
closed
3 years ago
11
False-Positive E5903 on repeated fields
#43
pashatyl
closed
3 years ago
3
False-positive protobuf-type-error, fields should accept None value as keyword arguments
#42
nelfin
closed
3 years ago
1
False-positive protobuf-type-error on float fields: should accept int/long as well
#41
nelfin
closed
3 years ago
0
False-positive protobuf-type-error on scalar values inferred as instances of builtin types
#40
zoedberg
closed
3 years ago
8
'IndexError: list index out of range' on v0.18.3
#39
zoedberg
closed
3 years ago
3
AttributeError: 'NoneType' object has no attribute 'fields_by_name'
#38
mcharlou
closed
3 years ago
4
Consider wellknowntypes again
#37
mabrowning
closed
3 years ago
1
handle ambiguous/multiple result from astroid.inferred()
#36
mabrowning
closed
3 years ago
1
map field: Support the full ScalarMap and MessageMap interfaces
#35
mabrowning
closed
3 years ago
0
fix #33 - inner type accumulated indentation
#34
mabrowning
closed
3 years ago
1
Incorrect indention in inner type generator template
#33
mabrowning
closed
3 years ago
0
map fields incorrect report E1136: Value is unsubscriptable (unsubscriptable-object)
#32
mabrowning
closed
3 years ago
3
enum `.Name()` improperly flagged as error
#31
mabrowning
closed
3 years ago
1
kwargs constructor broken in 0.14
#30
mabrowning
closed
3 years ago
3
Update README to include known issues.
#29
ApoorvGuptaAi
closed
4 years ago
1
Fix nested messages
#28
nelfin
closed
4 years ago
3
Module unrecognized by the plug-in and reports E1101 no-member error
#27
2shpatz
closed
3 years ago
7
objects returned from functions always generate E1101 for message fields
#26
sagar-infinitus-ai
closed
3 years ago
2
imported message definitions not supported
#25
sagar-infinitus-ai
closed
4 years ago
2
Nested message definitions not handled correctly
#24
diana-infinitus-ai
closed
3 years ago
5
Plugin cannot handle module-level exports
#23
xSAVIKx
closed
3 years ago
5
fix typo in readme
#22
elelayan
closed
4 years ago
1
Issue when referencing nested enums
#21
NickeZ
closed
3 years ago
12
Plugin doesn't support "special" fields (repeated, struct, timestamp)
#20
Kami
closed
3 years ago
5
pylint(no-member) when *_pb2.py is in a package
#19
pw1316
closed
3 years ago
2
Multiple imports with aliasing may cause AssertionError
#18
nelfin
closed
5 years ago
4
E5901: (no-member) is not supressed in 0.10
#17
Sheshagiri
closed
5 years ago
3
Nested enums are not correctly handled
#16
mishas
closed
3 years ago
8
Correctly recognize (and warn on) repeated message fields
#15
mishas
closed
3 years ago
3
"Well known type" messages are not treated correctly (e.g. timestamp_pb2)
#14
mishas
closed
5 years ago
7
Imports are not processed correctly when used in the `from path import module` form
#13
mishas
closed
5 years ago
2
Unable to assign SimpleField to variable
#12
TimKingNF
closed
5 years ago
0
Support Outer Scope Enum
#11
TimKingNF
closed
5 years ago
3
Support warnings on imported message definitions
#10
nelfin
closed
3 years ago
1
Next