Skip to content

Commit

Permalink
Rubocopping.
Browse files Browse the repository at this point in the history
Signed-off-by: Stuart Paterson <spaterson@chef.io>
  • Loading branch information
Stuart Paterson committed Mar 7, 2019
1 parent cfe3abf commit 5bf5394
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
2 changes: 2 additions & 0 deletions libraries/aws_iam_account_alias.rb
@@ -1,3 +1,5 @@
# frozen_string_literal: true

class AwsIamAccountAlias < AwsResourceBase
name 'aws_iam_account_alias'
desc 'Verifies settings for an AWS IAM Account Alias.'
Expand Down
2 changes: 2 additions & 0 deletions libraries/aws_sts_caller_identity.rb
@@ -1,3 +1,5 @@
# frozen_string_literal: true

class AwsStsCallerIdentity < AwsResourceBase
name 'aws_sts_caller_identity'
desc 'Verifies settings for an AWS STS Caller Identity.'
Expand Down
3 changes: 2 additions & 1 deletion sample_profile/controls/example.rb
@@ -1,4 +1,5 @@
# encoding: utf-8
# frozen_string_literal: true

# copyright: 2018, The Authors

title 'Sample Section'
Expand Down

0 comments on commit 5bf5394

Please sign in to comment.