Added pagination support to ssm_parameter #158
Annotations
5 errors and 1 warning
Lint:
lib/awspec/helper/finder/ssm_parameter.rb#L20
[rubocop] reported by reviewdog 🐶
[Correctable] Layout/EmptyLineAfterGuardClause: Add empty line after guard clause.
Raw Output:
lib/awspec/helper/finder/ssm_parameter.rb:20:11: C: [Correctable] Layout/EmptyLineAfterGuardClause: Add empty line after guard clause.
break if res.next_token.nil?
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
Lint:
lib/awspec/stub/ssm_parameter.rb#L7
[rubocop] reported by reviewdog 🐶
[Correctable] Style/Lambda: Use the lambda method for multiline lambdas.
Raw Output:
lib/awspec/stub/ssm_parameter.rb:7:26: C: [Correctable] Style/Lambda: Use the lambda method for multiline lambdas.
describe_parameters: -> (context) {
^^
|
Lint:
lib/awspec/stub/ssm_parameter.rb#L7
[rubocop] reported by reviewdog 🐶
[Correctable] Layout/SpaceInLambdaLiteral: Do not use spaces between -> and ( in lambda literals.
Raw Output:
lib/awspec/stub/ssm_parameter.rb:7:28: C: [Correctable] Layout/SpaceInLambdaLiteral: Do not use spaces between -> and ( in lambda literals.
describe_parameters: -> (context) {
^
|
Lint:
lib/awspec/stub/ssm_parameter.rb#L16
[rubocop] reported by reviewdog 🐶
[Correctable] Style/TrailingCommaInHashLiteral: Avoid comma after the last item of a hash.
Raw Output:
lib/awspec/stub/ssm_parameter.rb:16:25: C: [Correctable] Style/TrailingCommaInHashLiteral: Avoid comma after the last item of a hash.
version: 1,
^
|
Lint
Process completed with exit code 1.
|
Lint
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|