Guest User

Untitled

a guest
Jan 16th, 2019
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.37 KB | None | 0 0
  1. /nix/store/zq8xkc33sa9jwvrz17l3qaj3v8h777pb-python3.7-yamllint-1.14.0
  2. ├── bin
  3. │   └── yamllint
  4. ├── lib
  5. │   └── python3.7
  6. │   └── site-packages
  7. │   ├── yamllint
  8. │   │   ├── cli.py
  9. │   │   ├── conf
  10. │   │   │   ├── default.yaml
  11. │   │   │   └── relaxed.yaml
  12. │   │   ├── config.py
  13. │   │   ├── __init__.py
  14. │   │   ├── linter.py
  15. │   │   ├── __main__.py
  16. │   │   ├── parser.py
  17. │   │   ├── __pycache__
  18. │   │   │   ├── cli.cpython-37.pyc
  19. │   │   │   ├── config.cpython-37.pyc
  20. │   │   │   ├── __init__.cpython-37.pyc
  21. │   │   │   ├── linter.cpython-37.pyc
  22. │   │   │   ├── __main__.cpython-37.pyc
  23. │   │   │   └── parser.cpython-37.pyc
  24. │   │   └── rules
  25. │   │   ├── braces.py
  26. │   │   ├── brackets.py
  27. │   │   ├── colons.py
  28. │   │   ├── commas.py
  29. │   │   ├── comments_indentation.py
  30. │   │   ├── comments.py
  31. │   │   ├── common.py
  32. │   │   ├── document_end.py
  33. │   │   ├── document_start.py
  34. │   │   ├── empty_lines.py
  35. │   │   ├── empty_values.py
  36. │   │   ├── hyphens.py
  37. │   │   ├── indentation.py
  38. │   │   ├── __init__.py
  39. │   │   ├── key_duplicates.py
  40. │   │   ├── key_ordering.py
  41. │   │   ├── line_length.py
  42. │   │   ├── new_line_at_end_of_file.py
  43. │   │   ├── new_lines.py
  44. │   │   ├── octal_values.py
  45. │   │   ├── __pycache__
  46. │   │   │   ├── braces.cpython-37.pyc
  47. │   │   │   ├── brackets.cpython-37.pyc
  48. │   │   │   ├── colons.cpython-37.pyc
  49. │   │   │   ├── commas.cpython-37.pyc
  50. │   │   │   ├── comments.cpython-37.pyc
  51. │   │   │   ├── comments_indentation.cpython-37.pyc
  52. │   │   │   ├── common.cpython-37.pyc
  53. │   │   │   ├── document_end.cpython-37.pyc
  54. │   │   │   ├── document_start.cpython-37.pyc
  55. │   │   │   ├── empty_lines.cpython-37.pyc
  56. │   │   │   ├── empty_values.cpython-37.pyc
  57. │   │   │   ├── hyphens.cpython-37.pyc
  58. │   │   │   ├── indentation.cpython-37.pyc
  59. │   │   │   ├── __init__.cpython-37.pyc
  60. │   │   │   ├── key_duplicates.cpython-37.pyc
  61. │   │   │   ├── key_ordering.cpython-37.pyc
  62. │   │   │   ├── line_length.cpython-37.pyc
  63. │   │   │   ├── new_line_at_end_of_file.cpython-37.pyc
  64. │   │   │   ├── new_lines.cpython-37.pyc
  65. │   │   │   ├── octal_values.cpython-37.pyc
  66. │   │   │   ├── quoted_strings.cpython-37.pyc
  67. │   │   │   ├── trailing_spaces.cpython-37.pyc
  68. │   │   │   └── truthy.cpython-37.pyc
  69. │   │   ├── quoted_strings.py
  70. │   │   ├── trailing_spaces.py
  71. │   │   └── truthy.py
  72. │   └── yamllint-1.14.0.dist-info
  73. │   ├── entry_points.txt
  74. │   ├── INSTALLER
  75. │   ├── LICENSE
  76. │   ├── METADATA
  77. │   ├── RECORD
  78. │   ├── top_level.txt
  79. │   └── WHEEL
  80. └── nix-support
  81. └── propagated-build-inputs
  82.  
  83. 11 directories, 69 files
Add Comment
Please, Sign In to add comment