Lode Claassen
Lode Claassen
I have some second thoughts on my previous comment. I now think we should indeed render the insert as is and ignore just the attribute. In the example ops I...
Related to this, it would be great if a single app has a single page for all sources. E.g. have a single page for SublimeText which offers a link to...
Yeah, I expected something like that. Personally I would make the bold move and try to force your sources to come to an agreement. If you group apps (data or...
> For that, there would need to be a clear and unambiguous way how to derive that information from whatever binaries or source code the application authors provide. I'm not...
I would say this belongs in the programming language using the configuration file, and not in the configuration file itself. A bit like the mustache mantra of "Logic-less templates". Keep...
I do see the value in string concatenation (as in the referenced HOCON issue). Especially for i18n config that might be very handy. And number 'concatenation' seems not far away...
I also want to mention that this plugin is great. I disabled sublime's new diff and am using this plugin again. It does a better job in my eyes (and...
Would be great to get this through! I keep getting the warning mentioned. I there something I can do to help? @rathboma, can you describe the steps I could take...
Yes, I have: ```yml - uses: tinovyatkin/action-php-codesniffer@v1 with: files: "**.php" # you may customize glob as needed phpcs_path: php phpcs.phar standard: phpcs.xml ``` It is an exact copy of the...
I set up an example repo. See https://github.com/lode/phpcs-action-test/pull/1. It makes remarks about things outside my standards, and the things inside the standards, like `Generic.Arrays.DisallowLongArraySyntax`, are not annotated.