deep5050 / cppcheck-action

A github action to perform C/C++ security checks automatically
MIT License
39 stars 24 forks source link

Support for user extended options (other_options) #22

Closed sthagen closed 3 years ago

sthagen commented 3 years ago

Per kind request in recent PR #20 discussion:

Let me ask you something, would you please take some time to add a little feature to it once I merge this?

Let users specify custom options ( without checking them inside my code). As many >options are added to the cppcheck tool on every new release, It's not possible to cover >all of them. so I was planning to add an environment variable like other_options where >users can add options on their own.

Originally posted by @deep5050 in https://github.com/deep5050/cppcheck-action/issues/20#issuecomment-751683891

issue-label-bot[bot] commented 3 years ago

Issue-Label Bot is automatically applying the label feature_request to this issue, with a confidence of 0.96. Please mark this comment with :thumbsup: or :thumbsdown: to give our bot feedback!

Links: app homepage, dashboard and code for this bot.

github-actions[bot] commented 3 years ago

Hi, @sthagen, Thanks for your contribution :blue_heart: . Contributors :people_holding_hands: like you make the open source community :earth_africa: such an amazing place to learn :book: , inspire :angel:, and create :art: . We will investigate :eyes: and get back to you as soon as possible :+1: . Just make sure you have given us sufficient information :information_source:.

By that time enjoy this joke :point_down: , hope you like it :smile:

A programmer puts two glasses on his bedside table before going to sleep.
A full one, in case he gets thirsty, and an empty one, in case he doesn't.

Use this action on your projects. Use memes on issues action instead.

create-issue-branch[bot] commented 3 years ago

Branch issue-22-Support_for_user_extended_options_other_options created!

sthagen commented 3 years ago

🎉