Enable long line checks in travis

This commit is contained in:
Jack Stouffer 2016-07-02 01:01:34 -04:00
parent d71ef1f69b
commit 6b22c63c5b
2 changed files with 2 additions and 2 deletions

View file

@ -45,7 +45,7 @@ function_attribute_check="disabled"
; Checks for use of the comma operator
comma_expression_check="disabled"
; Checks for local imports that are too broad
local_import_check="disabled"
local_import_check="skip-unittest"
; Checks for variables that could be declared immutable
could_be_immutable_check="disabled"
; Checks for redundant expressions in if statements

View file

@ -4298,7 +4298,7 @@ if (isSomeChar!C)
static struct Result
{
private:
import core.exception;
import core.exception : RangeError;
C[] _s;
size_t _frontLength;