Skip to content

Commit

Permalink
Testing to see need for contrib folder excludes
Browse files Browse the repository at this point in the history
  • Loading branch information
NathanielRN committed Nov 5, 2020
1 parent 8ff61cd commit 036e98f
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
1 change: 0 additions & 1 deletion .coveragerc
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,3 @@ omit =
*/tests/*
*/setup.py
*/gen/*
opentelemetry-python-contrib/
2 changes: 1 addition & 1 deletion .pylintrc
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ extension-pkg-whitelist=

# Add list of files or directories to be excluded. They should be base names, not
# paths.
ignore=CVS,gen,proto,opentelemetry-python-contrib
ignore=CVS,gen,proto

# Add files or directories matching the regex patterns to be excluded. The
# regex matches against base names, not paths.
Expand Down
3 changes: 1 addition & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,7 @@ exclude = '''
opentelemetry-proto/src/opentelemetry/proto/common|
opentelemetry-proto/src/opentelemetry/proto/metrics|
opentelemetry-proto/src/opentelemetry/proto/resource|
opentelemetry-proto/src/opentelemetry/proto/trace|
opentelemetry-python-contrib
opentelemetry-proto/src/opentelemetry/proto/trace
)/
)
'''
Expand Down

0 comments on commit 036e98f

Please sign in to comment.