Skip to content

Commit

Permalink
disable too-many-lines in generated files
Browse files Browse the repository at this point in the history
  • Loading branch information
lmolkova committed Jul 5, 2023
1 parent 2f0dd4e commit c570516
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@
# See the License for the specific language governing permissions and
# limitations under the License.

# pylint: disable=too-many-lines

from enum import Enum


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@
# See the License for the specific language governing permissions and
# limitations under the License.

# pylint: disable=too-many-lines

from enum import Enum

from deprecated import deprecated
Expand Down
2 changes: 1 addition & 1 deletion scripts/semconv/templates/semantic_attributes.j2
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.


# pylint: disable=too-many-lines

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

0 comments on commit c570516

Please sign in to comment.