mirror of
https://github.com/dlang-community/D-Scanner.git
synced 2025-04-26 21:30:14 +03:00
fixup for #368, readme and source comment still stated the prev.behavior
This commit is contained in:
parent
7fc17a0d58
commit
f9bb76782c
2 changed files with 1 additions and 2 deletions
|
@ -115,7 +115,7 @@ Note that the "--skipTests" option is the equivalent of changing each
|
|||
* Unused labels.
|
||||
* Lines longer than 120 characters.
|
||||
* Incorrect infinite range definitions.
|
||||
* Some assertions that check conditions that will always be true. This check can't be skipped in the tests.
|
||||
* Some assertions that check conditions that will always be true.
|
||||
|
||||
#### Wishlist
|
||||
|
||||
|
|
|
@ -22,7 +22,6 @@ class UselessAssertCheck : BaseAnalyzer
|
|||
///
|
||||
this(string fileName, bool skipTests = false)
|
||||
{
|
||||
// assertions likely to be in unittest so never skip
|
||||
super(fileName, null, skipTests);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue