-
Notifications
You must be signed in to change notification settings - Fork 180
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Format to code standards, addressed linter errors/warnings
- Loading branch information
1 parent
5cb93a6
commit 710da6e
Showing
77 changed files
with
2,315 additions
and
2,274 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,22 @@ | ||
[flake8] | ||
exclude = .git,.tox,__pycache__,env,venv,build,dist,docs | ||
exclude = .git,.tox,__pycache__,env,venv,splunk_eventgen/lib/concurrent,splunk_eventgen/lib/requests_futures | ||
max-line-length = 120 | ||
ignore = E121,E123,E126,E226,E24,E704,W503,W504,E722,E731,W605 | ||
# Includes default ignores, E722 (bare excepts), E731 (lambda usage), and W605 (escape sequences) | ||
|
||
[metadata] | ||
description-file = README.md | ||
version-from-file: __init__.py | ||
|
||
[yapf] | ||
based_on_style = pep8 | ||
spaces_before_comment = 4 | ||
split_before_logical_operator = true | ||
column_limit = 120 | ||
split_all_comma_separated_values = false | ||
split_before_named_assigns = false | ||
split_before_first_argument = false | ||
split_before_expression_after_opening_paren = false | ||
split_before_closing_bracket = false | ||
each_dict_entry_on_separate_line = false | ||
|
||
[isort] | ||
# isort/yapf solutions to below files are not compatible | ||
skip = splunk_eventgen/lib/concurrent,splunk_eventgen/lib/requests_futures |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.