Skip to content
This repository was archived by the owner on Sep 17, 2025. It is now read-only.

fix lint#568

Merged
reyang merged 1 commit intomasterfrom
fix_lint
Mar 20, 2019
Merged

fix lint#568
reyang merged 1 commit intomasterfrom
fix_lint

Conversation

@reyang
Copy link
Copy Markdown
Contributor

@reyang reyang commented Mar 19, 2019

I made a mistake while refactoring the packages - all the contrib packages are not covered by lint and code coverage test.
This PR should fix the lint problem.

@reyang reyang requested review from a team, c24t and songy23 as code owners March 19, 2019 23:49
Comment thread nox.py
'flake8',
'--exclude=opencensus/trace/exporters/gen/',
'opencensus/', 'tests/', 'examples/')
'--exclude=contrib/opencensus-ext-ocagent/opencensus/ext/ocagent/trace_exporter/gen/',
Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ideally we want to have a config file (e.g. lint.rc) under the ocagent ext folder. Flake doesn't seem to support this, probably we should revisit when we switch to pylint.

@reyang reyang merged commit 8128212 into master Mar 20, 2019
@reyang reyang deleted the fix_lint branch March 20, 2019 00:57
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants