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

Create a linter rule that will disallow adding cross-package imports in the ckeditor5-watchdog package #9318

Closed
ma2ciek opened this issue Mar 22, 2021 · 2 comments · Fixed by ckeditor/eslint-plugin-ckeditor5-rules#9
Assignees
Labels
squad:devops Issue to be handled by the Devops team. type:improvement This issue reports a possible enhancement of an existing feature.

Comments

@ma2ciek
Copy link
Contributor

ma2ciek commented Mar 22, 2021

A follow-up to #9315.

We need to disallow cross-package imports in the ckeditor5-watchdog package as this might lead to duplication errors in our integrations (see #9315).

The information should be also added to our docs.

@ma2ciek ma2ciek added type:improvement This issue reports a possible enhancement of an existing feature. squad:devops Issue to be handled by the Devops team. labels Mar 22, 2021
@Reinmar
Copy link
Member

Reinmar commented Mar 22, 2021

In #9315 we decided to simply remove that dependency for now.

@mlewand mlewand added this to the unknown milestone May 17, 2021
@pomek
Copy link
Member

pomek commented Oct 6, 2021

Scope:

Helpful resources:

@pomek pomek modified the milestones: unknown, backlog Oct 6, 2021
@pomek pomek modified the milestones: backlog, iteration 48 Oct 11, 2021
pomek added a commit to ckeditor/eslint-plugin-ckeditor5-rules that referenced this issue Oct 15, 2021
Feature: Created a new rule that disallows importing modules from CKEditor 5 packages. Closes ckeditor/ckeditor5#9318.
pomek added a commit to ckeditor/eslint-config-ckeditor5 that referenced this issue Oct 15, 2021
Other: Enabled the `ckeditor5-rules/no-cross-package-imports` rule that disallows importing modules from CKEditor 5 packages inside the `@ckeditor/ckeditor5-watchdog` package. See: ckeditor/ckeditor5#9318.
pomek added a commit that referenced this issue Oct 18, 2021
Docs: Added explanation for the "ckeditor5-rules/no-cross-package-imports" rule. See #9318.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
squad:devops Issue to be handled by the Devops team. type:improvement This issue reports a possible enhancement of an existing feature.
Projects
None yet
5 participants