-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
10 changed files
with
48 additions
and
23 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
2 changes: 1 addition & 1 deletion
2
tests/data/string/indexof/Constant String - Single Argument.fs.expected
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
GRA-003 | Warning | (1,6 - 1,13) | The usage of String.IndexOf with a single string argument is discouraged. Signal your intention explicitly by calling an overload. | ||
GRA-STRING-003 | Warning | (1,6 - 1,13) | The usage of String.IndexOf with a single string argument is discouraged. Signal your intention explicitly by calling an overload. |
2 changes: 1 addition & 1 deletion
2
tests/data/string/indexof/Function call - Single Argument.fs.expected
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
GRA-003 | Warning | (2,4 - 2,11) | The usage of String.IndexOf with a single string argument is discouraged. Signal your intention explicitly by calling an overload. | ||
GRA-STRING-003 | Warning | (2,4 - 2,11) | The usage of String.IndexOf with a single string argument is discouraged. Signal your intention explicitly by calling an overload. |
2 changes: 1 addition & 1 deletion
2
tests/data/string/indexof/Prefixed Value - Single Argument.fs.expected
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
GRA-003 | Warning | (4,4 - 4,11) | The usage of String.IndexOf with a single string argument is discouraged. Signal your intention explicitly by calling an overload. | ||
GRA-STRING-003 | Warning | (4,4 - 4,11) | The usage of String.IndexOf with a single string argument is discouraged. Signal your intention explicitly by calling an overload. |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
GRA-003 | Warning | (2,2 - 2,9) | The usage of String.IndexOf with a single string argument is discouraged. Signal your intention explicitly by calling an overload. | ||
GRA-STRING-003 | Warning | (2,2 - 2,9) | The usage of String.IndexOf with a single string argument is discouraged. Signal your intention explicitly by calling an overload. |
2 changes: 1 addition & 1 deletion
2
tests/data/string/startswith/Constant String - Single Argument.fs.expected
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
GRA-002 | Warning | (1,6 - 1,16) | The usage of String.StartsWith with a single string argument is discouraged. Signal your intention explicitly by calling an overload. | ||
GRA-STRING-002 | Warning | (1,6 - 1,16) | The usage of String.StartsWith with a single string argument is discouraged. Signal your intention explicitly by calling an overload. |
2 changes: 1 addition & 1 deletion
2
tests/data/string/startswith/Function call - Single Argument.fs.expected
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
GRA-002 | Warning | (2,4 - 2,14) | The usage of String.StartsWith with a single string argument is discouraged. Signal your intention explicitly by calling an overload. | ||
GRA-STRING-002 | Warning | (2,4 - 2,14) | The usage of String.StartsWith with a single string argument is discouraged. Signal your intention explicitly by calling an overload. |
2 changes: 1 addition & 1 deletion
2
tests/data/string/startswith/Prefixed Value - Single Argument.fs.expected
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
GRA-002 | Warning | (4,4 - 4,14) | The usage of String.StartsWith with a single string argument is discouraged. Signal your intention explicitly by calling an overload. | ||
GRA-STRING-002 | Warning | (4,4 - 4,14) | The usage of String.StartsWith with a single string argument is discouraged. Signal your intention explicitly by calling an overload. |
2 changes: 1 addition & 1 deletion
2
tests/data/string/startswith/Value - Single Argument.fs.expected
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
GRA-002 | Warning | (2,2 - 2,12) | The usage of String.StartsWith with a single string argument is discouraged. Signal your intention explicitly by calling an overload. | ||
GRA-STRING-002 | Warning | (2,2 - 2,12) | The usage of String.StartsWith with a single string argument is discouraged. Signal your intention explicitly by calling an overload. |