section-engineering-education / engineering-education

“Section's Engineering Education (EngEd) Program is dedicated to offering a unique quality community experience for computer science university students."
Apache License 2.0
363 stars 890 forks source link

Smell your Kotlin Code with Detekt #3750

Closed gatwirival closed 3 years ago

gatwirival commented 3 years ago

We ask that you please be patient as our team works through approving and publishing all articles/tutorials in a timely manner. Allow 1-3 days for a topic to be reviewed and/or approved - allow 3-7 days for an articles to be reviewed and/or published.

Be sure to visit our Resources Page for tools, resources, and example articles to go over.

NOTE: (Please ensure that you have only one open issue + linked pull request at a time. This will ensure that we complete the article in a timely manner from inception to publishing.)

NOTE: We tend to stray away or tend not to publish reviews/comparisons of commercial product offerings.

We're looking for the first 2-3 paragraphs of the article that appropriately summarize what your article will be about.

Smell your Kotlin Code with Detekt

Introduction paragraph (2-3 paragraphs):

Detekt is a static code analysis tool that keeps your codebase tidy. You can enforce a wide range of rule sets in your code. You can configure the rules or add your own custom rules. It gives hints about code blocks that are getting a bit complicated, enforce formatting standards, and sniff out potential bugs before they hatch!

Key takeaways:

References:

WanjaMIKE commented 3 years ago

Good afternoon and thank you for submitting your topic suggestion. @1-creator Your topic form has been entered into our queue and should be reviewed (for approval) as soon as a content moderator is finished reviewing the ones in the queue before it.

hectorkambow commented 3 years ago

@1-creator

How will this article differ from what is published our other blog sites