Skip to content

Commit

Permalink
Bundle non-core modules
Browse files Browse the repository at this point in the history
  • Loading branch information
yselkowitz authored and openshift-cherrypick-robot committed Aug 10, 2022
1 parent abd48a9 commit 5ddb5dc
Show file tree
Hide file tree
Showing 5 changed files with 1,241 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .flake8
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
[flake8]
# TODO: cleanup flake8 issues with utils/test/*
exclude=.tox,inventory
# bundled ansible modules are copied as-is, have their own standards
exclude=.tox,inventory,ini_file.py,seboolean.py,sysctl.py
max_line_length = 120
ignore = E501,T003
per-file-ignores =
Expand Down
2 changes: 1 addition & 1 deletion .pylintrc
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

# Add files or directories to the ignore list. They should be base names, not
# paths.
ignore=CVS,setup.py
ignore=CVS,setup.py,ini_file.py,seboolean.py,sysctl.py

# Pickle collected data for later comparisons.
persistent=no
Expand Down
Loading

0 comments on commit 5ddb5dc

Please sign in to comment.