Skip to content

more style fixes in easyconfigs#4176

Merged
boegel merged 3 commits intoeasybuilders:developfrom
boegel:style_fixes
Feb 22, 2017
Merged

more style fixes in easyconfigs#4176
boegel merged 3 commits intoeasybuilders:developfrom
boegel:style_fixes

Conversation

@boegel
Copy link
Copy Markdown
Member

@boegel boegel commented Feb 22, 2017

No description provided.

@boegel boegel added this to the 3.2.0 milestone Feb 22, 2017
@boegel
Copy link
Copy Markdown
Member Author

boegel commented Feb 22, 2017

@wpoely86 please review?

@@ -29,7 +28,7 @@ buildopts = ' STAR && make STARlong'
parallel = 1

files_to_copy = [(["source/STAR", "source/STARlong"], "bin"), "CHANGES.md", "doc", "extras", "LICENSE", "README.md", "RELEASEnotes.md"]
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

line too long (135 > 120 characters)

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

Lines that are too long should be picked up by the tests?

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

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

@wpoely86 The style tests are not enabled yet, we need to resolve over 1k style issues in the current easyconfigs collection before we can do that...

I'm gradually working towards making --style-check pass on all the easyconfigs we have now, with the intention to enable the style checks ASAP

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

@boegel Okay, but please run them at least on all the once you change?

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

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

Yeah, good point, I should

@@ -29,7 +28,7 @@ buildopts = ' STAR && make STARlong'
parallel = 1

files_to_copy = [(["source/STAR", "source/STARlong"], "bin"), "CHANGES.md", "doc", "extras", "LICENSE", "README.md", "RELEASEnotes.md"]
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

line too long (135 > 120 characters)

@@ -31,7 +30,7 @@ buildopts = ' STAR && make STARlong'
parallel = 1

files_to_copy = [(["source/STAR", "source/STARlong"], "bin"), "CHANGES.md", "doc", "extras", "LICENSE", "README.md", "RELEASEnotes.md"]
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

line too long (135 > 120 characters)

@@ -29,7 +28,7 @@ buildopts = ' STAR && make STARlong'
parallel = 1

files_to_copy = [(["source/STAR", "source/STARlong"], "bin"), "CHANGES.md", "doc", "extras", "LICENSE", "README.md", "RELEASEnotes.md"]
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

line too long (135 > 120 characters)

"LICENSE",
"README.md",
(["source/STAR", "source/STARlong"], "bin"),
"CHANGES.md",
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

continuation line unaligned for hanging indent

"LICENSE",
"README.md",
(["source/STAR", "source/STARlong"], "bin"),
"CHANGES.md",
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

continuation line unaligned for hanging indent

('APR-util', '1.5.4'),
# ('OpenSSL', '1.0.1p'), # OS dependency should be preferred if the os version is more recent then this version, it's
# nice to have an up to date openssl for security reasons
# ('OpenSSL', '1.0.1p'), # OS dependency should be preferred if the os version is more recent then this version, it's
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

line too long (122 > 120 characters)

@boegel
Copy link
Copy Markdown
Member Author

boegel commented Feb 22, 2017

Thanks for the review @wpoely86 and @migueldiascosta!

@boegel boegel merged commit 225c5f7 into easybuilders:develop Feb 22, 2017
@boegel boegel deleted the style_fixes branch February 22, 2017 21:34
@boegel boegel modified the milestones: 3.2.0, 3.1.1 Feb 28, 2017
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.

3 participants