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

chore(tools): enable Trunk & Semgrep #11

Merged
merged 5 commits into from
Dec 13, 2023
Merged

chore(tools): enable Trunk & Semgrep #11

merged 5 commits into from
Dec 13, 2023

Conversation

davidmytton
Copy link
Contributor

No description provided.

@davidmytton davidmytton changed the title chore(tools): enable Trunk chore(tools): enable Trunk & Semgrep Dec 11, 2023
Copy link
Contributor

@blaine-arcjet blaine-arcjet left a comment

Choose a reason for hiding this comment

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

Some questions about semgrep. I'm also worried about including Trunk because it has been so flakey and I don't really expect JS devs to be using it (yet? at all?)

.github/workflows/semgrep.yml Show resolved Hide resolved
.github/workflows/semgrep.yml Show resolved Hide resolved
@blaine-arcjet
Copy link
Contributor

Thinking about this more, I think we should ensure that Trunk is just additive/optional. I believe this PR does just that, correct?

@davidmytton
Copy link
Contributor Author

Trunk doesn't do anything by itself - it runs all the linters so we don't need to set them up individually. You should be running it automatically locally before pushing so this is just to catch anything in CI that was missed (or not run).

Copy link
Contributor

@blaine-arcjet blaine-arcjet left a comment

Choose a reason for hiding this comment

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

LGTM. We can adjust anything that is needed as we go.

@blaine-arcjet blaine-arcjet merged commit b0eb3a8 into main Dec 13, 2023
7 checks passed
@blaine-arcjet blaine-arcjet deleted the david/tooling branch December 13, 2023 17:39
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