Skip to content

Refactor: remove multiple redundent semi-colons following closing braces#3249

Merged
SlySven merged 8 commits intoMudlet:developmentfrom
SlySven:Refactor_removeMultipleRedundentSemiColonsFollowingClosingBraces
Nov 24, 2019
Merged

Refactor: remove multiple redundent semi-colons following closing braces#3249
SlySven merged 8 commits intoMudlet:developmentfrom
SlySven:Refactor_removeMultipleRedundentSemiColonsFollowingClosingBraces

Conversation

@SlySven
Copy link
Copy Markdown
Member

@SlySven SlySven commented Nov 24, 2019

One was pointed out to me by CodeFactor in a recent commit to a PR and when
I looked I found a few more!

Signed-off-by: Stephen Lyons slysven@virginmedia.com

One was pointed out to me by CodeFactor in a recent commit to a PR and when
I looked I found a few more!

Signed-off-by: Stephen Lyons <slysven@virginmedia.com>
@SlySven SlySven requested a review from a team as a code owner November 24, 2019 08:47
@SlySven SlySven requested review from a team November 24, 2019 08:47
@add-deployment-links
Copy link
Copy Markdown

add-deployment-links bot commented Nov 24, 2019

Hey there! Thanks for helping Mudlet improve. 🌟

Test versions

You can directly test the changes here:

No need to install anything - just unzip and run.
Let us know if it works well, and if it doesn't, please give details.

Copy link
Copy Markdown
Member

@vadi2 vadi2 left a comment

Choose a reason for hiding this comment

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

Tidy code 😁

We are getting CI setup failures in this area and this is an initial
step to investigate the problem.

Signed-off-by: Stephen Lyons <slysven@virginmedia.com>
@SlySven SlySven requested a review from a team November 24, 2019 10:47
Signed-off-by: Stephen Lyons <slysven@virginmedia.com>
I took too much off of the revised script!

Signed-off-by: Stephen Lyons <slysven@virginmedia.com>
…o grep

This is so that `pcre2` will not be considered for `pcre` as a package -
the former has an updated formula currently and was tripping the code to
try and update the latter package - but that package does not need it.

Signed-off-by: Stephen Lyons <slysven@virginmedia.com>
…o grep

This is so that `pcre2` will not be considered for `pcre` as a package -
the former has an updated formula currently and was tripping the code to
try and update the latter package - but that package does not need it.

The previous commit was incomplete!

Signed-off-by: Stephen Lyons <slysven@virginmedia.com>
…output

Signed-off-by: Stephen Lyons <slysven@virginmedia.com>
Signed-off-by: Stephen Lyons <slysven@virginmedia.com>
@SlySven SlySven mentioned this pull request Nov 24, 2019
Copy link
Copy Markdown
Member

@vadi2 vadi2 left a comment

Choose a reason for hiding this comment

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

Thanks for fixing the CI problem!

@SlySven SlySven merged commit b8cc273 into Mudlet:development Nov 24, 2019
@SlySven SlySven deleted the Refactor_removeMultipleRedundentSemiColonsFollowingClosingBraces branch November 24, 2019 15:46
dicene pushed a commit to dicene/Mudlet that referenced this pull request Feb 19, 2020
…ces (Mudlet#3249)

* Refactor: remove multiple redundent semi-colons following closing braces

One was pointed out to me by CodeFactor in a recent commit to a PR and when
I looked I found a few more!

During the testing of this PR there were CI failures for the macOS case which
turned out to be because `pcre2` was being considered for `pcre` as a package -
the former has an updated formula currently and was tripping the code to
try and update the latter package - but that package does not need it. The fix was
to add the `-w` (whole-word) option to a couple of calls to `grep`.

Signed-off-by: Stephen Lyons <slysven@virginmedia.com>
@SlySven SlySven restored the Refactor_removeMultipleRedundentSemiColonsFollowingClosingBraces branch June 22, 2020 17:58
@SlySven SlySven deleted the Refactor_removeMultipleRedundentSemiColonsFollowingClosingBraces branch June 22, 2020 18:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants