gitlab-lint icon indicating copy to clipboard operation
gitlab-lint copied to clipboard

Add rule for HuskyCI

Open gustavocovas opened this issue 3 years ago • 0 comments

Add rule to check whether Gitlab CI definitions contains the string 'huskyCI': https://huskyci.opensource.globo.com/

The rule will return true if the string is not found. (This would mean that HuskyCI is probably not used in the repository)

I could not write interesting tests for this, since it would require us to mock the gitlab.Client struct. Any thoughts for these?

gustavocovas avatar Jan 03 '22 20:01 gustavocovas