Skip to content

Run shellcheck in a one-liner#834

Open
szepeviktor wants to merge 1 commit into
chdsbd:masterfrom
szepeviktor:patch-1
Open

Run shellcheck in a one-liner#834
szepeviktor wants to merge 1 commit into
chdsbd:masterfrom
szepeviktor:patch-1

Conversation

@szepeviktor

Copy link
Copy Markdown

@netlify

netlify Bot commented Jul 9, 2022

Copy link
Copy Markdown

👷 Deploy request for kodiak-dashboard-staging pending review.

Visit the deploys page to approve it

Name Link
🔨 Latest commit fc1a68c

@netlify

netlify Bot commented Jul 9, 2022

Copy link
Copy Markdown

👷 Deploy request for kodiak-docs pending review.

Visit the deploys page to approve it

Name Link
🔨 Latest commit fc1a68c

@szepeviktor

Copy link
Copy Markdown
Author

If it works the local shell script could be deleted.

Comment thread .circleci/config.yml
name: run shellcheck
command: |
./s/shellcheck
git ls-files --exclude='*.sh' --ignored --cached -z | xargs -0 -r shellcheck

Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

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

We need the s/shellcheck script so we can run this check locally

Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

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

Now I have to face that I'm not a developer, and unable to sympathize 😿

Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

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

How about moving this one-liner to s/shellcheck?

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