Skip to content
This repository has been archived by the owner on Oct 24, 2023. It is now read-only.

style: use 'true' instead of '[ 1 ]' in shell loops #1154

Merged
merged 1 commit into from Apr 26, 2019

Conversation

mboersma
Copy link
Member

Reason for Change:

Enforces a more readable bash syntax for infinite loops. See https://github.com/koalaman/shellcheck/wiki/SC2161

Issue Fixed:

Refs #953

Requirements:

Notes:

Copy link
Contributor

@CecileRobertMichon CecileRobertMichon left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

/lgtm

@acs-bot
Copy link

acs-bot commented Apr 25, 2019

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: CecileRobertMichon, mboersma

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Needs approval from an approver in each of these files:
  • OWNERS [CecileRobertMichon,mboersma]

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@codecov
Copy link

codecov bot commented Apr 25, 2019

Codecov Report

Merging #1154 into master will not change coverage.
The diff coverage is n/a.

@@           Coverage Diff           @@
##           master    #1154   +/-   ##
=======================================
  Coverage   74.87%   74.87%           
=======================================
  Files         131      131           
  Lines       18428    18428           
=======================================
  Hits        13798    13798           
  Misses       3837     3837           
  Partials      793      793

@jackfrancis
Copy link
Member

lgtm

@CecileRobertMichon CecileRobertMichon changed the title refactor: use 'true' instead of '[ 1 ]' in shell loops style: use 'true' instead of '[ 1 ]' in shell loops Apr 26, 2019
@CecileRobertMichon CecileRobertMichon merged commit c222985 into Azure:master Apr 26, 2019
@mboersma mboersma deleted the shellcheck-2161 branch June 21, 2019 19:50
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants