Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created September 26, 2019 05:39
Show Gist options
  • Save ryantm/48420d21159a175466298d8eecffc3e0 to your computer and use it in GitHub Desktop.
Save ryantm/48420d21159a175466298d8eecffc3e0 to your computer and use it in GitHub Desktop.
/nix/store/bxypz1m6mraml9ni3kmsgax5jp7jhzm6-python3.7-ansible-lint-4.1.1a0
├── bin
│   └── ansible-lint
├── lib
│   └── python3.7
│   └── site-packages
│   ├── ansiblelint
│   │   ├── formatters
│   │   │   ├── __init__.py
│   │   │   └── __pycache__
│   │   │   └── __init__.cpython-37.pyc
│   │   ├── generate_docs.py
│   │   ├── __init__.py
│   │   ├── __main__.py
│   │   ├── __pycache__
│   │   │   ├── generate_docs.cpython-37.pyc
│   │   │   ├── __init__.cpython-37.pyc
│   │   │   ├── __main__.cpython-37.pyc
│   │   │   ├── utils.cpython-37.pyc
│   │   │   └── version.cpython-37.pyc
│   │   ├── rules
│   │   │   ├── AlwaysRunRule.py
│   │   │   ├── BecomeUserWithoutBecomeRule.py
│   │   │   ├── CommandHasChangesCheckRule.py
│   │   │   ├── CommandsInsteadOfArgumentsRule.py
│   │   │   ├── CommandsInsteadOfModulesRule.py
│   │   │   ├── ComparisonToEmptyStringRule.py
│   │   │   ├── ComparisonToLiteralBoolRule.py
│   │   │   ├── DeprecatedModuleRule.py
│   │   │   ├── EnvVarsInCommandRule.py
│   │   │   ├── GitHasVersionRule.py
│   │   │   ├── __init__.py
│   │   │   ├── LineTooLongRule.py
│   │   │   ├── MercurialHasRevisionRule.py
│   │   │   ├── MetaChangeFromDefaultRule.py
│   │   │   ├── MetaMainHasInfoRule.py
│   │   │   ├── MetaTagValidRule.py
│   │   │   ├── MetaVideoLinksRule.py
│   │   │   ├── NoFormattingInWhenRule.py
│   │   │   ├── NoTabsRule.py
│   │   │   ├── OctalPermissionsRule.py
│   │   │   ├── PackageIsNotLatestRule.py
│   │   │   ├── PlaybookExtension.py
│   │   │   ├── __pycache__
│   │   │   │   ├── AlwaysRunRule.cpython-37.pyc
│   │   │   │   ├── BecomeUserWithoutBecomeRule.cpython-37.pyc
│   │   │   │   ├── CommandHasChangesCheckRule.cpython-37.pyc
│   │   │   │   ├── CommandsInsteadOfArgumentsRule.cpython-37.pyc
│   │   │   │   ├── CommandsInsteadOfModulesRule.cpython-37.pyc
│   │   │   │   ├── ComparisonToEmptyStringRule.cpython-37.pyc
│   │   │   │   ├── ComparisonToLiteralBoolRule.cpython-37.pyc
│   │   │   │   ├── DeprecatedModuleRule.cpython-37.pyc
│   │   │   │   ├── EnvVarsInCommandRule.cpython-37.pyc
│   │   │   │   ├── GitHasVersionRule.cpython-37.pyc
│   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   ├── LineTooLongRule.cpython-37.pyc
│   │   │   │   ├── MercurialHasRevisionRule.cpython-37.pyc
│   │   │   │   ├── MetaChangeFromDefaultRule.cpython-37.pyc
│   │   │   │   ├── MetaMainHasInfoRule.cpython-37.pyc
│   │   │   │   ├── MetaTagValidRule.cpython-37.pyc
│   │   │   │   ├── MetaVideoLinksRule.cpython-37.pyc
│   │   │   │   ├── NoFormattingInWhenRule.cpython-37.pyc
│   │   │   │   ├── NoTabsRule.cpython-37.pyc
│   │   │   │   ├── OctalPermissionsRule.cpython-37.pyc
│   │   │   │   ├── PackageIsNotLatestRule.cpython-37.pyc
│   │   │   │   ├── PlaybookExtension.cpython-37.pyc
│   │   │   │   ├── RoleRelativePath.cpython-37.pyc
│   │   │   │   ├── ShellWithoutPipefail.cpython-37.pyc
│   │   │   │   ├── SudoRule.cpython-37.pyc
│   │   │   │   ├── TaskHasNameRule.cpython-37.pyc
│   │   │   │   ├── TaskNoLocalAction.cpython-37.pyc
│   │   │   │   ├── TrailingWhitespaceRule.cpython-37.pyc
│   │   │   │   ├── UseCommandInsteadOfShellRule.cpython-37.pyc
│   │   │   │   ├── UseHandlerRatherThanWhenChangedRule.cpython-37.pyc
│   │   │   │   ├── UsingBareVariablesIsDeprecatedRule.cpython-37.pyc
│   │   │   │   └── VariableHasSpacesRule.cpython-37.pyc
│   │   │   ├── RoleRelativePath.py
│   │   │   ├── ShellWithoutPipefail.py
│   │   │   ├── SudoRule.py
│   │   │   ├── TaskHasNameRule.py
│   │   │   ├── TaskNoLocalAction.py
│   │   │   ├── TrailingWhitespaceRule.py
│   │   │   ├── UseCommandInsteadOfShellRule.py
│   │   │   ├── UseHandlerRatherThanWhenChangedRule.py
│   │   │   ├── UsingBareVariablesIsDeprecatedRule.py
│   │   │   └── VariableHasSpacesRule.py
│   │   ├── utils.py
│   │   └── version.py
│   └── ansible_lint-4.1.1a0.dist-info
│   ├── entry_points.txt
│   ├── INSTALLER
│   ├── LICENSE
│   ├── METADATA
│   ├── RECORD
│   ├── top_level.txt
│   └── WHEEL
└── nix-support
└── propagated-build-inputs
12 directories, 85 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment