Satoru SATOH

Results 46 comments of Satoru SATOH

As I noted, the 'ConvertFrom-Csv $(auditpol /list /category /r)' outputs are very different depends on the locale and simple substitutions of words (English -> Japanese and so on) don't work,...

FYI. Here are some example CI results after these changes are made. - Travis-CI: https://travis-ci.org/github/ssato/yamllint/builds/726334830 - GitHub Actions: https://github.com/ssato/yamllint/actions/runs/250085771

Very sorry to bother you but could you please let me clarify what do you mean by "to keep the repo as simple as possible for non-Pythoners, non-tox-users" ? Firstly,...

Thanks for your quick response! I really appreciate you have taken time for all of my proposals. > > test it in isolated and clean environments to avoid specific issues...

Here is a working YAML Lint plugin example tested with it: https://github.com/ssato/yamllint-plugin-example

> Interesting! Supporting plugins raise new issues (like security), for info please look this similar pull request from 2016: #19. Unlike #19, my plugin code does not use hidden dir...

> @ssato I agree that the python module idea is good +1 > > Supporting plugins in yamllint would also require adding documentation and tests. Also, I would prefer dropping...

A couple of updates: - doc: I pushed the change to docs/development.rst to explain how to develop rule plugins as a starter. English is not my native language and it...

Update: I squashed and pushed them as two commits because adding plugin test case feels a bit harder and should take some more time. I cannot think of clean solution...

As far as I'm aware of, the following issues have to be fixed and/or improved before merge. - [x] Decide what to do for cases if something goes wrong with...