voxpupuli / metadata-json-lint

Tool to check the validity of Puppet metadata.json files
Apache License 2.0
29 stars 27 forks source link

Missing possibility to set options via spec_helper.rb like rspec #18

Closed tuxinaut closed 3 years ago

tuxinaut commented 9 years ago

I miss the possibility to set options via spec_helper.rb like rspec do it.

MetadataJsonLint.configure do |c|
  c.strict_license = false
end
electrical commented 8 years ago

This is something I started to work on today. Does require some refactoring of the code but shouldn't be to hard to do. Will update the thread once i got something working.

nibalizer commented 8 years ago

@electrical how far did you get? Want to open a WIP branch and maybe someone else can pick it up?

electrical commented 8 years ago

Haven't gotten around to it still :-( darn work keeps bugging me with other things.

rmestrum commented 8 years ago

@electrical do you have an update?

seanmalloy commented 8 years ago

@electrical any updates? Would you be able to open a WIP branch?

I'd be willing to try and assist if you could push your branch.

tuxinaut commented 3 years ago

Looks like it is fixed, so I'm going to close the pull request.