Skip to content

Commit

Permalink
feat: drop linting option from bundle command (#1503)
Browse files Browse the repository at this point in the history
  • Loading branch information
DmitryAnansky authored Apr 2, 2024
1 parent 2d16014 commit 9343b35
Show file tree
Hide file tree
Showing 26 changed files with 67 additions and 968 deletions.
5 changes: 5 additions & 0 deletions .changeset/gorgeous-countries-push.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@redocly/cli": minor
---

Removed lint support from the bundle command to support a wider range of use cases. Users should update to [run lint and bundle separately](https://redocly.com/docs/cli/guides/lint-and-bundle/).
23 changes: 0 additions & 23 deletions __tests__/bundle/bundle-lint-format/checkstyle-format-snapshot.js

This file was deleted.

30 changes: 0 additions & 30 deletions __tests__/bundle/bundle-lint-format/codeframe-format-snapshot.js

This file was deleted.

34 changes: 0 additions & 34 deletions __tests__/bundle/bundle-lint-format/emptyFormatValue-snapshot.js

This file was deleted.

49 changes: 0 additions & 49 deletions __tests__/bundle/bundle-lint-format/json-format-snapshot.js

This file was deleted.

28 changes: 0 additions & 28 deletions __tests__/bundle/bundle-lint-format/noFormatParameter-snapshot.js

This file was deleted.

20 changes: 0 additions & 20 deletions __tests__/bundle/bundle-lint-format/openapi.yaml

This file was deleted.

5 changes: 0 additions & 5 deletions __tests__/bundle/bundle-lint-format/redocly.yaml

This file was deleted.

20 changes: 0 additions & 20 deletions __tests__/bundle/bundle-lint-format/stylish-format-snapshot.js

This file was deleted.

118 changes: 0 additions & 118 deletions __tests__/bundle/max-problems-argument/bar.yaml

This file was deleted.

Loading

1 comment on commit 9343b35

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

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

Coverage report

St.
Category Percentage Covered / Total
🟡 Statements 76.68% 4404/5743
🟡 Branches 66.86% 2377/3555
🟡 Functions 70.4% 730/1037
🟡 Lines 76.84% 4134/5380

Test suite run success

716 tests passing in 101 suites.

Report generated by 🧪jest coverage report action from 9343b35

Please sign in to comment.