Skip to content

Standardize snippet class methods location

What does this MR do and why?

Snippets static methods moved to block

We had methods declared like self.method_name as well as class << self. I moved them all to the class << self block for consistency.

MR acceptance checklist

This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.

Edited by João Alexandre Cunha

Merge request reports