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

[SRK-119] Update .hlint.yaml to version used in Ariadne #207

Merged
merged 3 commits into from
Jan 18, 2019

Conversation

dniku
Copy link
Contributor

@dniku dniku commented Jan 13, 2019

Description

  • Remove -XTypeApplications
  • Remove various monad transformer combinators
  • Remove flipfoldl'
  • Remove <<$>>

Related issues(s)

https://issues.serokell.io/issue/SRK-119

This PR moves the updated Universum rules from the serokell-util repository to the universum repository, where they are easier to maintain.

✓ Checklist for your Pull Request

Ideally a PR has all of the checkmarks set.

If something in this list is irrelevant to your PR, you should still set this
checkmark indicating that you are sure it is dealt with (be that by irrelevance).

  • I made sure my PR addresses a single concern, or multiple concerns which
    are inextricably linked. Otherwise I should open multiple PR's.
  • If your PR fixes/relates to an open issue then the description should
    reference this issue. See also auto linking on
    github
    .

Related changes (conditional)

  • Tests

    • If I added new functionality, I added tests covering it.
    • If I fixed a bug, I added a regression test to prevent the bug from
      silently reappearing again.
  • Documentation

    I checked whether I should update the docs and did so if necessary:

  • Record your changes

    • I added an entry to the changelog if my changes are visible to the users
      and
    • provided a migration guide for breaking changes if possible

Stylistic guide (mandatory)

  • My commit history is clean (only contains changes relating to my
    issue/pull request and no reverted-my-earlier-commit changes) and commit
    messages start with identifiers of related issues in square brackets.

    Example: [#42] Short commit description

    If necessary both of these can be achieved even after the commits have been
    made/pushed using rebase and squash.

@gromakovsky gromakovsky added the type:not-code Code is not changed. label Jan 14, 2019
@@ -1,17 +1,13 @@
- arguments:
- -XTypeApplications # TypeApplications are disabled by default in HLint,
# although the documentation says otherwise
Copy link
Member

Choose a reason for hiding this comment

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

Was it fixed?

Copy link
Contributor Author

@dniku dniku Jan 15, 2019

Choose a reason for hiding this comment

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

I haven't checked, but IMO it doesn't matter, as the hlint config for Universum users is no place for custom extensions.

.hlint.yaml Show resolved Hide resolved
@dniku dniku requested a review from volhovm January 17, 2019 19:32
@dniku
Copy link
Contributor Author

dniku commented Jan 17, 2019

@volhovm I need a second approval for merging.

@gromakovsky gromakovsky merged commit 3c668f1 into master Jan 18, 2019
@serokell-bot serokell-bot deleted the thatguy/srk119-update-hlint-yaml branch January 18, 2019 10:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type:not-code Code is not changed.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants