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

Add no-redundant-flow #10

Merged
merged 1 commit into from
Jan 2, 2021
Merged

Add no-redundant-flow #10

merged 1 commit into from
Jan 2, 2021

Conversation

gabro
Copy link
Member

@gabro gabro commented Jan 2, 2021

Closes #9

Useful in case of refactors, example:

2021-01-02 22 30 12

@kanbanbot kanbanbot added the WIP label Jan 2, 2021
@gabro gabro merged commit 479842c into main Jan 2, 2021
@gabro gabro deleted the no-redundant-flow branch January 2, 2021 21:32
@kanbanbot
Copy link

@kanbanbot kanbanbot removed the WIP label Jan 2, 2021
Example of **incorrect** code for this rule:

```ts
import { flow } from "fp-ts/pipeable";
Copy link

Choose a reason for hiding this comment

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

should be import { flow } from "fp-ts/function";

Example of **correct** code for this rule:

```ts
import { flow } from "fp-ts/pipeable";
Copy link

Choose a reason for hiding this comment

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

idem

Copy link
Member Author

Choose a reason for hiding this comment

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

right, typo. I'll fix it thanks

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.

3 participants