Skip to content
#

blueprint

Here are 327 public repositories matching this topic...

sobolevn
sobolevn commented Mar 2, 2020

wemake-python-styleguide is the strictest python linter out there.

I see that you already use flake8 and pylint.
That's great! Because wemake-python-styleguide combines these two together.
flake8 is great due to its simplicity and plugin system. And wemake-python-styleguide is just a flake8 plugin on steroids. It just works as a regular plugin. On the other hand, we have more ru

pvliss
pvliss commented Jun 14, 2019

Overview of the issue

Convert usage of Java's Optional to the Kotlin built-in null safety features.

Motivation for or Use Case

As the bulk of the Java code is now migrated to Kotlin we can start fully migrating to Kotlin using more of its built-in features. This might seem as it should have been done already but it was intentionally left out to ease the process of migration(#85) and m

Improve this page

Add a description, image, and links to the blueprint topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the blueprint topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.