Skip to content

Instantly share code, notes, and snippets.

@r-ryantm
Created November 10, 2020 05:51
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save r-ryantm/1dca2604d032ba8d71608a2b101ded4b to your computer and use it in GitHub Desktop.
Save r-ryantm/1dca2604d032ba8d71608a2b101ded4b to your computer and use it in GitHub Desktop.
/nix/store/kpy4dl3kx1wd0aafqd7mzma728kdf9l5-python3.8-ansible-lint-4.3.7
├── bin
│   └── ansible-lint
├── lib
│   └── python3.8
│   └── site-packages
│   ├── ansiblelint
│   │   ├── cli.py
│   │   ├── color.py
│   │   ├── constants.py
│   │   ├── errors.py
│   │   ├── file_utils.py
│   │   ├── formatters
│   │   │   ├── __init__.py
│   │   │   └── __pycache__
│   │   │   └── __init__.cpython-38.pyc
│   │   ├── generate_docs.py
│   │   ├── __init__.py
│   │   ├── __main__.py
│   │   ├── __pycache__
│   │   │   ├── cli.cpython-38.pyc
│   │   │   ├── color.cpython-38.pyc
│   │   │   ├── constants.cpython-38.pyc
│   │   │   ├── errors.cpython-38.pyc
│   │   │   ├── file_utils.cpython-38.pyc
│   │   │   ├── generate_docs.cpython-38.pyc
│   │   │   ├── __init__.cpython-38.pyc
│   │   │   ├── __main__.cpython-38.pyc
│   │   │   ├── runner.cpython-38.pyc
│   │   │   ├── skip_utils.cpython-38.pyc
│   │   │   ├── utils.cpython-38.pyc
│   │   │   └── version.cpython-38.pyc
│   │   ├── rules
│   │   │   ├── AlwaysRunRule.py
│   │   │   ├── BecomeUserWithoutBecomeRule.py
│   │   │   ├── CommandHasChangesCheckRule.py
│   │   │   ├── CommandsInsteadOfArgumentsRule.py
│   │   │   ├── CommandsInsteadOfModulesRule.py
│   │   │   ├── ComparisonToEmptyStringRule.py
│   │   │   ├── ComparisonToLiteralBoolRule.py
│   │   │   ├── custom
│   │   │   │   ├── __init__.py
│   │   │   │   └── __pycache__
│   │   │   │   └── __init__.cpython-38.pyc
│   │   │   ├── DeprecatedModuleRule.py
│   │   │   ├── EnvVarsInCommandRule.py
│   │   │   ├── GitHasVersionRule.py
│   │   │   ├── IncludeMissingFileRule.py
│   │   │   ├── __init__.py
│   │   │   ├── LineTooLongRule.py
│   │   │   ├── LoadingFailureRule.py
│   │   │   ├── MercurialHasRevisionRule.py
│   │   │   ├── MetaChangeFromDefaultRule.py
│   │   │   ├── MetaMainHasInfoRule.py
│   │   │   ├── MetaTagValidRule.py
│   │   │   ├── MetaVideoLinksRule.py
│   │   │   ├── MissingFilePermissionsRule.py
│   │   │   ├── NestedJinjaRule.py
│   │   │   ├── NoFormattingInWhenRule.py
│   │   │   ├── NoTabsRule.py
│   │   │   ├── OctalPermissionsRule.py
│   │   │   ├── PackageIsNotLatestRule.py
│   │   │   ├── PlaybookExtension.py
│   │   │   ├── __pycache__
│   │   │   │   ├── AlwaysRunRule.cpython-38.pyc
│   │   │   │   ├── AlwaysRunRule.cpython-38-pytest-5.4.3.pyc
│   │   │   │   ├── BecomeUserWithoutBecomeRule.cpython-38.pyc
│   │   │   │   ├── BecomeUserWithoutBecomeRule.cpython-38-pytest-5.4.3.pyc
│   │   │   │   ├── CommandHasChangesCheckRule.cpython-38.pyc
│   │   │   │   ├── CommandHasChangesCheckRule.cpython-38-pytest-5.4.3.pyc
│   │   │   │   ├── CommandsInsteadOfArgumentsRule.cpython-38.pyc
│   │   │   │   ├── CommandsInsteadOfArgumentsRule.cpython-38-pytest-5.4.3.pyc
│   │   │   │   ├── CommandsInsteadOfModulesRule.cpython-38.pyc
│   │   │   │   ├── CommandsInsteadOfModulesRule.cpython-38-pytest-5.4.3.pyc
│   │   │   │   ├── ComparisonToEmptyStringRule.cpython-38.pyc
│   │   │   │   ├── ComparisonToEmptyStringRule.cpython-38-pytest-5.4.3.pyc
│   │   │   │   ├── ComparisonToLiteralBoolRule.cpython-38.pyc
│   │   │   │   ├── ComparisonToLiteralBoolRule.cpython-38-pytest-5.4.3.pyc
│   │   │   │   ├── DeprecatedModuleRule.cpython-38.pyc
│   │   │   │   ├── DeprecatedModuleRule.cpython-38-pytest-5.4.3.pyc
│   │   │   │   ├── EnvVarsInCommandRule.cpython-38.pyc
│   │   │   │   ├── EnvVarsInCommandRule.cpython-38-pytest-5.4.3.pyc
│   │   │   │   ├── GitHasVersionRule.cpython-38.pyc
│   │   │   │   ├── GitHasVersionRule.cpython-38-pytest-5.4.3.pyc
│   │   │   │   ├── IncludeMissingFileRule.cpython-38.pyc
│   │   │   │   ├── IncludeMissingFileRule.cpython-38-pytest-5.4.3.pyc
│   │   │   │   ├── __init__.cpython-38.pyc
│   │   │   │   ├── LineTooLongRule.cpython-38.pyc
│   │   │   │   ├── LineTooLongRule.cpython-38-pytest-5.4.3.pyc
│   │   │   │   ├── LoadingFailureRule.cpython-38.pyc
│   │   │   │   ├── LoadingFailureRule.cpython-38-pytest-5.4.3.pyc
│   │   │   │   ├── MercurialHasRevisionRule.cpython-38.pyc
│   │   │   │   ├── MercurialHasRevisionRule.cpython-38-pytest-5.4.3.pyc
│   │   │   │   ├── MetaChangeFromDefaultRule.cpython-38.pyc
│   │   │   │   ├── MetaChangeFromDefaultRule.cpython-38-pytest-5.4.3.pyc
│   │   │   │   ├── MetaMainHasInfoRule.cpython-38.pyc
│   │   │   │   ├── MetaMainHasInfoRule.cpython-38-pytest-5.4.3.pyc
│   │   │   │   ├── MetaTagValidRule.cpython-38.pyc
│   │   │   │   ├── MetaTagValidRule.cpython-38-pytest-5.4.3.pyc
│   │   │   │   ├── MetaVideoLinksRule.cpython-38.pyc
│   │   │   │   ├── MetaVideoLinksRule.cpython-38-pytest-5.4.3.pyc
│   │   │   │   ├── MissingFilePermissionsRule.cpython-38.pyc
│   │   │   │   ├── MissingFilePermissionsRule.cpython-38-pytest-5.4.3.pyc
│   │   │   │   ├── NestedJinjaRule.cpython-38.pyc
│   │   │   │   ├── NestedJinjaRule.cpython-38-pytest-5.4.3.pyc
│   │   │   │   ├── NoFormattingInWhenRule.cpython-38.pyc
│   │   │   │   ├── NoFormattingInWhenRule.cpython-38-pytest-5.4.3.pyc
│   │   │   │   ├── NoTabsRule.cpython-38.pyc
│   │   │   │   ├── NoTabsRule.cpython-38-pytest-5.4.3.pyc
│   │   │   │   ├── OctalPermissionsRule.cpython-38.pyc
│   │   │   │   ├── OctalPermissionsRule.cpython-38-pytest-5.4.3.pyc
│   │   │   │   ├── PackageIsNotLatestRule.cpython-38.pyc
│   │   │   │   ├── PackageIsNotLatestRule.cpython-38-pytest-5.4.3.pyc
│   │   │   │   ├── PlaybookExtension.cpython-38.pyc
│   │   │   │   ├── RoleNames.cpython-38.pyc
│   │   │   │   ├── RoleRelativePath.cpython-38.pyc
│   │   │   │   ├── ShellWithoutPipefail.cpython-38.pyc
│   │   │   │   ├── SudoRule.cpython-38.pyc
│   │   │   │   ├── SudoRule.cpython-38-pytest-5.4.3.pyc
│   │   │   │   ├── TaskHasNameRule.cpython-38.pyc
│   │   │   │   ├── TaskHasNameRule.cpython-38-pytest-5.4.3.pyc
│   │   │   │   ├── TaskNoLocalAction.cpython-38.pyc
│   │   │   │   ├── TrailingWhitespaceRule.cpython-38.pyc
│   │   │   │   ├── TrailingWhitespaceRule.cpython-38-pytest-5.4.3.pyc
│   │   │   │   ├── UseCommandInsteadOfShellRule.cpython-38.pyc
│   │   │   │   ├── UseCommandInsteadOfShellRule.cpython-38-pytest-5.4.3.pyc
│   │   │   │   ├── UseHandlerRatherThanWhenChangedRule.cpython-38.pyc
│   │   │   │   ├── UseHandlerRatherThanWhenChangedRule.cpython-38-pytest-5.4.3.pyc
│   │   │   │   ├── UsingBareVariablesIsDeprecatedRule.cpython-38.pyc
│   │   │   │   ├── UsingBareVariablesIsDeprecatedRule.cpython-38-pytest-5.4.3.pyc
│   │   │   │   ├── VariableHasSpacesRule.cpython-38.pyc
│   │   │   │   └── VariableHasSpacesRule.cpython-38-pytest-5.4.3.pyc
│   │   │   ├── RoleNames.py
│   │   │   ├── RoleRelativePath.py
│   │   │   ├── ShellWithoutPipefail.py
│   │   │   ├── SudoRule.py
│   │   │   ├── TaskHasNameRule.py
│   │   │   ├── TaskNoLocalAction.py
│   │   │   ├── TrailingWhitespaceRule.py
│   │   │   ├── UseCommandInsteadOfShellRule.py
│   │   │   ├── UseHandlerRatherThanWhenChangedRule.py
│   │   │   ├── UsingBareVariablesIsDeprecatedRule.py
│   │   │   └── VariableHasSpacesRule.py
│   │   ├── runner.py
│   │   ├── skip_utils.py
│   │   ├── testing
│   │   │   ├── __init__.py
│   │   │   └── __pycache__
│   │   │   └── __init__.cpython-38.pyc
│   │   ├── utils.py
│   │   └── version.py
│   └── ansible_lint-4.3.7.dist-info
│   ├── direct_url.json
│   ├── entry_points.txt
│   ├── INSTALLER
│   ├── LICENSE
│   ├── METADATA
│   ├── RECORD
│   ├── top_level.txt
│   └── WHEEL
└── nix-support
└── propagated-build-inputs
16 directories, 145 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment