action #97097
Updated by dvenkatachala over 3 years ago
## Background
* Syntax checkers for coding style
In an existing Perl module or a new file is created, avoid the mix between my $self = shift and my ($self) = @_ for parameter parsing and the suggestion is to stick to my ($self) = @.
Implement CI check to verify the parameter parsing in the files.
### AC's for each item
* AC1: Each subtask is proposed as an RFC in the os-autoinst-distri-opensuse repo.
* AC2: There's a corresponding entry in the [contributing](https://github.com/os-autoinst/os-autoinst-distri-opensuse/blob/master/CONTRIBUTING.md#coding-style) document.