#Scala Compiler Options, Fatal Warnings and Linting Guide

preview_player
Показать описание
In this video we are going to learn all there is to know related to scalac options related to warnings and linting. Where to find them, how to configure them, how to silence them and much more.

The Giter8 template is here:

The commits from this video are here:

Fatal Warnings and Linting in Scala:

Addendum to Alex N's blog post on Scala warnings:

Recommended Scalac Flags for 2.12 by Rob Norris aka @tpolecat:

Scalastyle - Scala style checker:

Scapegoat:

Scalafix: refactoring and linting tool for Scala:

WartRemover: a flexible scala linter:

A simple plugin that makes the error reporter a bit more concise:

This video is part of the following playlist:

Table of Contents:
00:00 intro
03:36 the battle plan
10:16 the changeset
12:22 list scalac flags
22:04 -Wconf
29:03 let's see it in action
40:36 wartremover warts
42:26 git hooks

Cheers and Happy Coding!

#Wconf #Xfatal #SBT
Рекомендации по теме
Комментарии
Автор

Table of Contents:
00:00 intro
03:36 the battle plan
10:16 the changeset
12:22 list scalac flags
22:04 -Wconf
29:03 let's see it in action
40:36 wartremover warts
42:26 git hooks

DevInsideYou