mirror of
https://github.com/dlang/phobos.git
synced 2025-05-03 16:40:48 +03:00
Enable long line checks in travis
This commit is contained in:
parent
d71ef1f69b
commit
6b22c63c5b
2 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
|
@ -4298,7 +4298,7 @@ if (isSomeChar!C)
|
|||
static struct Result
|
||||
{
|
||||
private:
|
||||
import core.exception;
|
||||
import core.exception : RangeError;
|
||||
C[] _s;
|
||||
size_t _frontLength;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue