We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Now we have settled on using Greek characters in our kind projections in #1079, we should try to keep it consistent.
I was thinking about a scalastyle rule to check that files don't contain Lambda[.
Lambda[
This could look like the following (but I have been unable to test it, since running scalastyle gives me [info] Processed 0 file(s)) :
scalastyle
[info] Processed 0 file(s)
<check level="error" class="org.scalastyle.file.RegexChecker" enabled="true"> <parameters> <parameter name="regex">Lambda\[</parameter> </parameters> <customMessage>Use Greek characters in a kind projection : λ[α => ...].</customMessage> </check>
The text was updated successfully, but these errors were encountered:
@peterneyens I think we need to update our scalastyle configuration, see: scalastyle/scalastyle-sbt-plugin#47
Sorry, something went wrong.
Enforce kind projection style using Scalastyle typelevel#1092.
fcb93fa
No branches or pull requests
Now we have settled on using Greek characters in our kind projections in #1079, we should try to keep it consistent.
I was thinking about a scalastyle rule to check that files don't contain
Lambda[
.This could look like the following (but I have been unable to test it, since running
scalastyle
gives me[info] Processed 0 file(s)
) :The text was updated successfully, but these errors were encountered: