Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix code style issues in sample data deploy scripts #482

Merged
merged 5 commits into from
Nov 29, 2023

Conversation

rowan04
Copy link
Member

@rowan04 rowan04 commented Sep 14, 2023

  • Add space before and after '.' concatenator
  • Add space after if and foreach statements
  • Splits up lines that are too long
  • Improves syntax of comments
  • Indentation fixes
  • Adds and removes spaces in various areas

resolves #481
Resolves GT-202

@gregcorbett
Copy link
Member

more changes to come.

Do mark this as ready for review once those changes are made 😄

@rowan04 rowan04 force-pushed the 481-code-style-issues-in-sample-data-deploy-scripts branch from fc471ff to 52ba3f2 Compare September 28, 2023 13:33
@rowan04
Copy link
Member Author

rowan04 commented Sep 28, 2023

rebase to squash extra commit into previous commit

@rowan04 rowan04 marked this pull request as ready for review September 28, 2023 15:15
@rowan04 rowan04 requested a review from a team as a code owner September 28, 2023 15:15
@rowan04 rowan04 force-pushed the 481-code-style-issues-in-sample-data-deploy-scripts branch from 18d04c1 to c96fccc Compare September 29, 2023 13:40
@rowan04
Copy link
Member Author

rowan04 commented Sep 29, 2023

update with rebase to latest dev

@gregcorbett
Copy link
Member

rebasing on current dev

@gregcorbett gregcorbett force-pushed the 481-code-style-issues-in-sample-data-deploy-scripts branch from c96fccc to ae84cac Compare November 29, 2023 13:14
…ipts

- not doing this produces a codacy/codeclimate fail
- to fix code style issues that get flagged by codacy/codeclimate
- lines over 80 characters flag codeclimate fails
- this splits up long lines in the deploy directory
- opening parenthesis at end of line
- one argument per line
- closing parenthesis on own line
- indentation fixes
- spaces after closing parenthesis before an opening parenthesis
- some issue fixes suggested by codeclimate
@gregcorbett gregcorbett force-pushed the 481-code-style-issues-in-sample-data-deploy-scripts branch from ae84cac to f3d39d7 Compare November 29, 2023 13:59
@gregcorbett gregcorbett merged commit deefe1c into dev Nov 29, 2023
13 checks passed
@gregcorbett gregcorbett deleted the 481-code-style-issues-in-sample-data-deploy-scripts branch November 29, 2023 14:15
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.

Code style issues in sample data deploy directory
2 participants