Klaus Hartl
Klaus Hartl
Since a couple of month when editing code I'm experiencing a rather strange behavior, up to the point where it's becoming unusable and I have to use a different editor:...
**Describe the bug** I don't seem to be able to make use of custom severities when using talisman within a pre-push hook. **To Reproduce** Steps to reproduce the behavior: ```bash...
I can see there's an option `writeFile` and it is set to true by default, and a file named `size-plugin.json` should appear where sizes are being written to. Such a...
When using a model that inherits from something other than `ActiveRecord::Base` the plugin does not work properly. For instance: ``` class User < Omnisocial::User acts_as_followable acts_as_follower end ``` In that...
I have a use case that I want to exclude certain git repositories from scanning results. Usually these are repos checked out by some other tooling: it can for instance...
The namespace that can be passed as Helm value isn't picked up in the Service resources part of the chart: ``` apiVersion: v1 kind: Service metadata: name: {{ $root.Values.oldNamingStyle |...
The related Git documentation says: >Patterns which a user wants Git to ignore in all situations (e.g., backup or temporary files generated by the user’s editor of choice) generally go...
At the moment it seems to me we are only able to get the Git status output like we'd be calling `git status --porcelain`. I was looking for a way...