-
Notifications
You must be signed in to change notification settings - Fork 39
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
### What's done: - Fixed case when configuration `ignoreLocalVariableDeclaration` didn't take into account variables with `val`. - Fixed case when searching for properties using configuration `ignorePropertyDeclaration` also found ranges and local variables, for which there are corresponding configurations `ignoreRanges` and `ignoreLocalVariableDeclaration`. - Added new configuration `ignorePairsCreatedUsingTo` for ignoring pairs created using `to`. - Reworked warnings tests with many different configuration presets. Closes #1826
- Loading branch information
Showing
10 changed files
with
359 additions
and
90 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.