Skip to content

Commit

Permalink
Merge pull request #5085 from BBasile/issue-17139
Browse files Browse the repository at this point in the history
fix issue 17139 - dscanner needs to handle 'scope' function attributes
  • Loading branch information
JackStouffer committed Feb 4, 2017
2 parents f02b106 + 4fab501 commit 72a2b2e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions .dscanner.ini
Expand Up @@ -72,3 +72,9 @@ static_if_else_check="enabled"
lambda_return_check="enabled"
; Check for auto function without return statement
auto_function_check = "disabled"
; Check for explicitly annotated unittests
explicitly_annotated_unittests = "disabled"
; Check for sortedness of imports
imports_sortedness = "disabled"
; Check for useless usage of the final attribute
final_attribute_check = "disabled"
2 changes: 1 addition & 1 deletion posix.mak
Expand Up @@ -485,7 +485,7 @@ checkwhitespace: $(LIB)

../dscanner:
git clone https://github.com/Hackerpilot/Dscanner ../dscanner
git -C ../dscanner checkout tags/v0.4.0-beta.3
git -C ../dscanner checkout tags/v0.4.0-beta.5
git -C ../dscanner submodule update --init --recursive

../dscanner/dsc: ../dscanner
Expand Down

0 comments on commit 72a2b2e

Please sign in to comment.