Skip to content

Instantly share code, notes, and snippets.

@r-ryantm
Created July 26, 2020 19:38
Show Gist options
  • Save r-ryantm/86e6160c837f0e4e2531cfbd922d2b6a to your computer and use it in GitHub Desktop.
Save r-ryantm/86e6160c837f0e4e2531cfbd922d2b6a to your computer and use it in GitHub Desktop.
/nix/store/qfb3nkyxvhzb05pnb0pgv1qic46m3x4x-python2.7-yamllint-1.24.2
├── bin
│   └── yamllint
├── lib
│   └── python2.7
│   └── site-packages
│   ├── yamllint
│   │   ├── cli.py
│   │   ├── cli.pyc
│   │   ├── conf
│   │   │   ├── default.yaml
│   │   │   └── relaxed.yaml
│   │   ├── config.py
│   │   ├── config.pyc
│   │   ├── __init__.py
│   │   ├── __init__.pyc
│   │   ├── linter.py
│   │   ├── linter.pyc
│   │   ├── __main__.py
│   │   ├── __main__.pyc
│   │   ├── parser.py
│   │   ├── parser.pyc
│   │   └── rules
│   │   ├── braces.py
│   │   ├── braces.pyc
│   │   ├── brackets.py
│   │   ├── brackets.pyc
│   │   ├── colons.py
│   │   ├── colons.pyc
│   │   ├── commas.py
│   │   ├── commas.pyc
│   │   ├── comments_indentation.py
│   │   ├── comments_indentation.pyc
│   │   ├── comments.py
│   │   ├── comments.pyc
│   │   ├── common.py
│   │   ├── common.pyc
│   │   ├── document_end.py
│   │   ├── document_end.pyc
│   │   ├── document_start.py
│   │   ├── document_start.pyc
│   │   ├── empty_lines.py
│   │   ├── empty_lines.pyc
│   │   ├── empty_values.py
│   │   ├── empty_values.pyc
│   │   ├── hyphens.py
│   │   ├── hyphens.pyc
│   │   ├── indentation.py
│   │   ├── indentation.pyc
│   │   ├── __init__.py
│   │   ├── __init__.pyc
│   │   ├── key_duplicates.py
│   │   ├── key_duplicates.pyc
│   │   ├── key_ordering.py
│   │   ├── key_ordering.pyc
│   │   ├── line_length.py
│   │   ├── line_length.pyc
│   │   ├── new_line_at_end_of_file.py
│   │   ├── new_line_at_end_of_file.pyc
│   │   ├── new_lines.py
│   │   ├── new_lines.pyc
│   │   ├── octal_values.py
│   │   ├── octal_values.pyc
│   │   ├── quoted_strings.py
│   │   ├── quoted_strings.pyc
│   │   ├── trailing_spaces.py
│   │   ├── trailing_spaces.pyc
│   │   ├── truthy.py
│   │   └── truthy.pyc
│   └── yamllint-1.24.2.dist-info
│   ├── direct_url.json
│   ├── entry_points.txt
│   ├── INSTALLER
│   ├── LICENSE
│   ├── METADATA
│   ├── RECORD
│   ├── top_level.txt
│   └── WHEEL
└── nix-support
└── propagated-build-inputs
9 directories, 70 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment