Skip to content

Commit

Permalink
fix identation
Browse files Browse the repository at this point in the history
  • Loading branch information
htrgouvea committed Aug 23, 2024
1 parent 78aac6a commit b583609
Showing 1 changed file with 15 additions and 15 deletions.
30 changes: 15 additions & 15 deletions lib/SecurityGate/Utils/Helper.pm
Original file line number Diff line number Diff line change
@@ -1,23 +1,23 @@
package SecurityGate::Utils::Helper {
use strict;
use strict;
use warnings;

sub new {
return "

Check failure on line 6 in lib/SecurityGate/Utils/Helper.pm

View workflow job for this annotation

GitHub Actions / critic

Literal line breaks in a string at line 6, column 15. See pages 60,61 of PBP.
\rSecurity Gate v0.1.0
\rCore Commands
\r====================
\r\tCommand Description
\r\t------- -----------
\r\t-t, --token GitHub token
\r\t-r, --repo GitHub repository
\r\t-c, --critical Critical severity limit
\r\t-h, --high High severity limit
\r\t-m, --medium Medium severity limit
\r\t-l, --low Low severity limit
\r\t--dependency-alerts Check for dependency alerts
\r\t--secret-alerts Check for secret scanning alerts
\r\t--code-alerts Check for code scanning alerts\n\n";
\rSecurity Gate v0.1.0
\rCore Commands
\r====================
\r\tCommand Description
\r\t------- -----------
\r\t-t, --token GitHub token
\r\t-r, --repo GitHub repository, organization/repository-name
\r\t-c, --critical Critical severity limit
\r\t-h, --high High severity limit
\r\t-m, --medium Medium severity limit
\r\t-l, --low Low severity limit
\r\t--dependency-alerts Check for dependency alerts
\r\t--secret-alerts Check for secret scanning alerts
\r\t--code-alerts Check for code scanning alerts\n\n";
}
}

Expand Down

0 comments on commit b583609

Please sign in to comment.