mirror of
https://github.com/open-telemetry/opentelemetry-python-contrib.git
synced 2025-08-06 14:59:11 +08:00
Relax the pylint rule for constants (#108)
These changes follow up the "Fix and improve tests for Python != 3.7" PR.
This commit is contained in:

committed by
Reiley Yang

parent
009de09c20
commit
6a8f3eeee7
@ -323,7 +323,7 @@ class-naming-style=PascalCase
|
|||||||
#class-rgx=
|
#class-rgx=
|
||||||
|
|
||||||
# Naming style matching correct constant names.
|
# Naming style matching correct constant names.
|
||||||
const-naming-style=UPPER_CASE
|
const-naming-style=any
|
||||||
|
|
||||||
# Regular expression matching correct constant names. Overrides const-naming-
|
# Regular expression matching correct constant names. Overrides const-naming-
|
||||||
# style.
|
# style.
|
||||||
|
Reference in New Issue
Block a user