Skip to content

Commit c570516

Browse files
author
Liudmila Molkova
committed
disable too-many-lines in generated files
1 parent 2f0dd4e commit c570516

File tree

3 files changed

+5
-1
lines changed

3 files changed

+5
-1
lines changed

opentelemetry-semantic-conventions/src/opentelemetry/semconv/resource/__init__.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15+
# pylint: disable=too-many-lines
16+
1517
from enum import Enum
1618

1719

opentelemetry-semantic-conventions/src/opentelemetry/semconv/trace/__init__.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15+
# pylint: disable=too-many-lines
16+
1517
from enum import Enum
1618

1719
from deprecated import deprecated

scripts/semconv/templates/semantic_attributes.j2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
15+
# pylint: disable=too-many-lines
1616

1717
{%- macro print_value(type, value) -%}
1818
{{ "\"" if type == "string"}}{{value}}{{ "\"" if type == "string"}}

0 commit comments

Comments
 (0)