Project

General

Profile

action #97097

Updated by dvenkatachala over 2 years ago

 
 * 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. 
  * AC3: A CI check to verify parameter parsing in the newly created/edited files similar to [[PR]](https://github.com/os-autoinst/os-autoinst-distri-opensuse/pull/13098)

Back