Skip to content

Instantly share code, notes, and snippets.

@r-ryantm
Created May 10, 2020 05:06
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/9e07472c03e6b65f8502ff6eee2c130d to your computer and use it in GitHub Desktop.
Save r-ryantm/9e07472c03e6b65f8502ff6eee2c130d to your computer and use it in GitHub Desktop.
/nix/store/44skjky729cz63dydn06g21v8ccgldyw-python2.7-yamllint-1.23.0
├── 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.23.0.dist-info
│   ├── entry_points.txt
│   ├── INSTALLER
│   ├── LICENSE
│   ├── METADATA
│   ├── RECORD
│   ├── top_level.txt
│   └── WHEEL
└── nix-support
└── propagated-build-inputs
9 directories, 69 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment