Tuhin-thinks / gitlab-devsec-ops-python

Set of automation scripts to find out useful information about gitlab project and automate actions.
GNU General Public License v3.0
1 stars 0 forks source link

No Error handling on any scripts #1

Open Tuhin-thinks opened 1 year ago

Tuhin-thinks commented 1 year ago

There is no error handling done on any of the following scripts:

Nikhil216 commented 1 year ago

I don't expect this project to scale to hundreds of MRs. So any time poured into error handling would yield diminished results. Let's wait until the errors prove to be a pain point.

Tuhin-thinks commented 1 year ago

@Nikhil216 right indeed, the structure needs to be updated first, then I can focus on writing error handling depending on known errors.