File tree Expand file tree Collapse file tree 2 files changed +7
-1
lines changed
Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -72,3 +72,9 @@ static_if_else_check="enabled"
7272lambda_return_check =" enabled"
7373; Check for auto function without return statement
7474auto_function_check = " disabled"
75+ ; Check for explicitly annotated unittests
76+ explicitly_annotated_unittests = " disabled"
77+ ; Check for sortedness of imports
78+ imports_sortedness = " disabled"
79+ ; Check for useless usage of the final attribute
80+ final_attribute_check = " disabled"
Original file line number Diff line number Diff line change @@ -485,7 +485,7 @@ checkwhitespace: $(LIB)
485485
486486../dscanner :
487487 git clone https://github.com/Hackerpilot/Dscanner ../dscanner
488- git -C ../dscanner checkout tags/v0.4.0-beta.3
488+ git -C ../dscanner checkout tags/v0.4.0-beta.5
489489 git -C ../dscanner submodule update --init --recursive
490490
491491../dscanner/dsc : ../dscanner
You can’t perform that action at this time.
0 commit comments