Ulrikop

Results 6 issues of Ulrikop

the rule `matchDescription` works currently only for classes and functions. is it possible to support enums and interfaces, too? also the error message `jsdoc is not formatted correctly on this...

It would be helpful if the linter offers a way to disable certain rules for particular scenarios or the whole features inline. For example, when I use the following .gherkin-lintrc:...

Hi, sometimes I use named parameter at include like that: ``` @include my-function($param: 2) ``` Can I lint the spaces between the name and the value? Alternative to an own...

enhancement

Added createEmptyFiles option (default = true). If it is set to false, it prevents creating an empty file if - no src file is found - all src files are...

Hi, I've got the issue, that the conncat task creats a file, although no source file was found. At my case, I want to prevent that. I looked for an...

Hi, I saw at master that I can use an object for customRegex. I was happy, because I searched a way to add prefix to some translation keys: ``` $stateProvider.state(...

question