summaryrefslogtreecommitdiff
path: root/test/files/neg/t8525.check
Commit message (Collapse)AuthorAgeFilesLines
* SI-8525 No anonymous lintSom Snytt2014-07-101-1/+10
| | | | | | | | | Turn anonymous references to `settings.lint` into named settings. After that, trust to Adriaan to make them filterable. There are a few remaining top-level -Y lint warnings that are deprecated.
* SI-8525 Add -Xlint:-warn-missing-interpolatorSom Snytt2014-07-081-0/+6
Turn off lint warnings with negating prefix, and add a lint-only warning for the infamously nagging "Did you forget the interpolator?" That message is made more dignified. Without `-Xlint:false`, there is no mechanism to turn off anonymous linters once `-Xlint` is selected.