Skip to content
This repository was archived by the owner on Nov 16, 2023. It is now read-only.

Commit eea7876

Browse files
committed
Update
1 parent 7cae035 commit eea7876

File tree

4 files changed

+5
-17
lines changed

4 files changed

+5
-17
lines changed

.flake8

+1-2
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,4 @@ exclude =
1515
venv*/
1616
target
1717
__pycache__
18-
ext/opentelemetry-ext-jaeger/src/opentelemetry/ext/jaeger/gen/
19-
ext/opentelemetry-ext-jaeger/build/*
18+

.pylintrc

+1-1
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,7 @@ redefining-builtins-modules=six.moves,past.builtins,future.builtins,builtins,io
239239
[FORMAT]
240240

241241
# Expected format of line ending, e.g. empty (any line ending), LF or CRLF.
242-
expected-line-ending-format=LF
242+
expected-line-ending-format=
243243

244244
# Regexp for a line that is allowed to be longer than the limit.
245245
ignore-long-lines=^\s*(# )?<?https?://\S+>?$

scripts/pylint.sh

+2-13
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,5 @@
1-
# Copyright 2019, OpenCensus Authors
2-
#
3-
# Licensed under the Apache License, Version 2.0 (the "License");
4-
# you may not use this file except in compliance with the License.
5-
# You may obtain a copy of the License at
6-
#
7-
# http://www.apache.org/licenses/LICENSE-2.0
8-
#
9-
# Unless required by applicable law or agreed to in writing, software
10-
# distributed under the License is distributed on an "AS IS" BASIS,
11-
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12-
# See the License for the specific language governing permissions and
13-
# limitations under the License.
1+
# Copyright (c) Microsoft Corporation. All rights reserved.
2+
# Licensed under the MIT License.
143

154
set -ev
165

tox.ini

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ changedir =
2424

2525
commands_pre =
2626
python -m pip install -U pip
27-
test-azure_monitor: pip install -e {toxinidir}/azure_monitor
27+
test-azure_monitor: pip install {toxinidir}/azure_monitor
2828
coverage: pip install -e {toxinidir}/azure_monitor
2929

3030
commands =

0 commit comments

Comments
 (0)