Skip to content

LINTING - ADD DEFAULT CONFIG IF NON EXISTS #38

@patrick-hermann-sva

Description

@patrick-hermann-sva
=== YAML Linting Results ===
Traceback (most recent call last):
  File "/usr/bin/yamllint", line 8, in <module>
    sys.exit(run())
             ^^^^^
  File "/usr/lib/python3.12/site-packages/yamllint/cli.py", line 197, in run
    conf = YamlLintConfig(file=args.config_file)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3.12/site-packages/yamllint/config.py", line 41, in __init__
    with open(file, mode='rb') as f:
         ^^^^^^^^^^^^^^^^^^^^^
FileNotFoundError: [Errno 2] No such file or directory: '.yamllint'


=== Markdown Linting Results ===
./README.md:12: MD012 Multiple consecutive blank lines
./README.md:7: MD013 Line length

Metadata

Metadata

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions