Kevin Matthes

Results 172 comments of Kevin Matthes

I would like to suggest to add a new required key to the person entity in order to challenge the difficulties arising from the different conventions outlined in this issue...

> *Note:* the term "trailing whitespaces" is going to be abbreviated with *TWS*, in the following. As a workaround, I would like to suggest to implement a TWS-checker in the...

I recommend relying on Git since `grep` is only available on UNIX systems and thus not on Windows. The checking command should hence rely on a solution available to all...

Basically, yes, the named Git alias command is about the same idea. But it is actually intended to identify those files which cannot be found by `pre-commit`'s hook anymore. This...

Anyway, the idea to protect the schema using a (different) regex seems a reasonable option to me. Which regex constructs are allowed in the schema definition? Are things like `^[[:graph:]]+([[:blank:]][[:graph:]]+)*$`...

I submitted a suggestion for solving this issue as #405.

The following idea extends the approach of a different representation. How about outsourcing the table to a dedicated Markdown document with some brief explanations for each tool? It could be...

At the moment, the current representation has the option to introduce redundant entries. The best example is `ruby-cff` which has multiple entries due to its ability to fulfill multiple tasks....

I am going to prepare an example based on `ruby-cff` in a new Pull Request.

I submitted my suggestion as #406.