Justman100 commented on PR #643:
URL: https://github.com/apache/incubator-answer/pull/643#issuecomment-1868551000
> checked the file
>
>
> `import yamllint
> import yamllint.config
> import yamllint.linter
>
> def lint_yaml(file_path):
> with open(file_path, 'r', encoding='utf-8') as file:
> content = file.read()
> conf = yamllint.config.YamlLintConfig('extends: relaxed')
> issues = yamllint.linter.run(input=content, conf=conf,
filepath=file_path)
> for issue in issues:
> print(issue)
> lint_yaml('ru_RU.yaml')`
Isn't that managed by Crowdin?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]