Klaus Hartl

Results 6 issues of 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 |...