Skip to content

Commit

Permalink
Merge pull request #4310 from Hackerpilot/update_dscanner
Browse files Browse the repository at this point in the history
Update D-Scanner to fix some parse failures
  • Loading branch information
CyberShadow committed May 12, 2016
2 parents e378f3e + a7fa05b commit 80594b0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .dscanner.ini
Expand Up @@ -64,3 +64,5 @@ auto_ref_assignment_check="false" ; FIXME
incorrect_infinite_range_check="true"
; Checks for asserts that are always true
useless_assert_check="false"; FIXME
; Check for unclear lambda syntax
lambda_return_check="false"
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -5,7 +5,7 @@ d: dmd-2.071.0
install:
- wget "https://raw.githubusercontent.com/dlang/dmd/master/src/checkwhitespace.d" -O ../checkwhitespace.d
- git clone https://github.com/Hackerpilot/Dscanner
- (cd Dscanner && git checkout tags/v0.4.0-alpha4)
- (cd Dscanner && git checkout tags/v0.4.0-alpha5)
- (cd Dscanner && git submodule update --init --recursive)
# debug build is faster, but disable 'missing import' messages (missing core from druntime)
- (cd Dscanner && sed 's/dparse_verbose/StdLoggerDisableWarning/' -i makefile && make githash debug)
Expand Down

0 comments on commit 80594b0

Please sign in to comment.