Skip to content

Conversation

@mrgrain
Copy link
Contributor

@mrgrain mrgrain commented Mar 13, 2025

We were already enforcing this rule in toolkit-lib. Let's enforce it everywhere.


By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license

@aws-cdk-automation aws-cdk-automation requested a review from a team March 13, 2025 18:46
@github-actions github-actions bot added the p2 label Mar 13, 2025
@mrgrain mrgrain added the pr/exempt-integ-test Skips the integ test steps if set. label Mar 13, 2025
@codecov-commenter
Copy link

codecov-commenter commented Mar 13, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 85.00%. Comparing base (59d44ee) to head (dfe055a).

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #229      +/-   ##
==========================================
- Coverage   85.09%   85.00%   -0.09%     
==========================================
  Files         208      208              
  Lines       35600    35680      +80     
  Branches     4640     4627      -13     
==========================================
+ Hits        30295    30331      +36     
- Misses       5153     5199      +46     
+ Partials      152      150       -2     
Flag Coverage Δ
suite.unit 85.00% <100.00%> (-0.09%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@mrgrain mrgrain force-pushed the mrgrain/chore/consistent-type-imports branch from 4a1fad4 to 081e265 Compare March 13, 2025 19:39
@mrgrain mrgrain force-pushed the mrgrain/chore/consistent-type-imports branch from 081e265 to 0d9e8a5 Compare March 13, 2025 19:40
@mrgrain mrgrain force-pushed the mrgrain/chore/consistent-type-imports branch from 0d9e8a5 to 1edc2e2 Compare March 13, 2025 19:46
disabledEsLintRules: [EsLintRules.MAX_LEN], // the default disabled rules result in 'Definition for rule 'prettier/prettier' was not found'
disabledEsLintRules: [
EsLintRules.MAX_LEN, // the default disabled rules result in 'Definition for rule 'prettier/prettier' was not found
'@typescript-eslint/consistent-type-imports', // (ironically) typewriter does not support type imports
Copy link
Contributor

Choose a reason for hiding this comment

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

dang who wrote typewriter?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

👀 🦭

@mrgrain mrgrain disabled auto-merge March 13, 2025 19:51
Signed-off-by: github-actions <github-actions@github.com>
@mrgrain mrgrain added this pull request to the merge queue Mar 13, 2025
Merged via the queue into main with commit 008590b Mar 13, 2025
11 checks passed
@mrgrain mrgrain deleted the mrgrain/chore/consistent-type-imports branch March 13, 2025 20:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

p2 pr/exempt-integ-test Skips the integ test steps if set.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants