Skip to content

Commit

Permalink
ignore aws lambda instrumentation folder since it is copied from OTel
Browse files Browse the repository at this point in the history
  • Loading branch information
wangzlei committed Oct 28, 2024
1 parent b32ae4f commit 5a8dd35
Showing 1 changed file with 1 addition and 1 deletion.
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=cassandra

# Add list of files or directories to be excluded. They should be base names, not
# paths.
ignore=CVS,gen,Dockerfile,docker-compose.yml,README.md,requirements.txt,mock_collector_service_pb2.py,mock_collector_service_pb2.pyi,mock_collector_service_pb2_grpc.py
ignore=CVS,gen,Dockerfile,docker-compose.yml,README.md,requirements.txt,mock_collector_service_pb2.py,mock_collector_service_pb2.pyi,mock_collector_service_pb2_grpc.py,lambda-layer/src/opentelemetry/instrumentation/aws_lambda/

# Add files or directories matching the regex patterns to be excluded. The
# regex matches against base names, not paths.
Expand Down

0 comments on commit 5a8dd35

Please sign in to comment.