Skip to content

Commit

Permalink
yaml alignment bug
Browse files Browse the repository at this point in the history
  • Loading branch information
Tim Clifford committed Oct 9, 2020
1 parent 290c0e8 commit e1f6cc3
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions Profiles/algm_sla_site.profile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@ policies:
'algm:ModuleUpdates': { severity: high }
# Change the cron_max_interval param with your "between crons" period, default set to 24h.
'Drupal-8:CronHasRun':
{
severity: medium,
parameters: {
cron_max_interval: '86400'
{
severity: medium,
parameters: {
cron_max_interval: '86400'
}
}
}
'Drupal-8:NoAutomatedCron': { severity: medium }
'Drupal-8:JsAggregation': { severity: medium }
'Drupal-8:CssAggregation': { severity: medium }
Expand Down

0 comments on commit e1f6cc3

Please sign in to comment.