Peter Villadsen
|
228db5c05a
|
Slight editing (#27)
|
2020-02-15 15:49:29 -08:00 |
Peter Villadsen
|
23b0e94b80
|
Update MissingClassDocumentation.xq
The check was incorrect because the IsPrivate attribute has values False, not false.
|
2019-11-26 13:59:17 -08:00 |
Peter Villadsen
|
28667278ff
|
Update SelectForUpdateAbsent.xq
|
2019-10-02 17:29:37 -07:00 |
Peter Villadsen
|
2f2d022369
|
Update SelectForUpdateAbsent.xq
Fixed depependency on names being in the same case.
|
2019-09-27 13:45:28 -07:00 |
wayne-attenborough
|
0335a471b4
|
Update RecursiveMethods.xq
x++ compiler is not case sensitive, so it's possible for recursive method calls to slip through this check when the cases don't match
|
2019-08-22 09:55:36 -07:00 |
Peter Villadsen
|
76e71159ff
|
Update BooleanExpressionWithLiteral.xq
|
2019-08-08 17:02:52 -07:00 |
Peter Villadsen
|
9ddb860661
|
Rename RecursiveMethods,xq to RecursiveMethods.xq
A comma (,) had mysteriously inserted itself instead of a period (.) in the file name.
|
2019-06-08 13:03:38 -07:00 |
Peter Villadsen
|
d498b967d6
|
Rename ConstantConditions,xq to ConstantConditions.xq
A comma (,) had mysteriously inserted itself instead of a period (.) in the file name.
|
2019-06-08 13:02:56 -07:00 |
Peter Villadsen
|
3a74dbb469
|
Fixed reference to boolean true literal
|
2019-06-08 11:58:31 -07:00 |
Peter Villadsen
|
f0057e5a31
|
Added correct toplevel Diagnostics tag
|
2019-06-08 11:44:24 -07:00 |
Peter Villadsen
|
65d9a8efec
|
Put in correct toplevel Diagnostics node
|
2019-06-08 11:43:42 -07:00 |
Peter Villadsen
|
02e75a43e5
|
Added correct toplevel tag
|
2019-06-08 11:39:37 -07:00 |
Peter Villadsen
|
1247e2685e
|
Rename RecursiveMethods to RecursiveMethods,xq
|
2019-06-07 14:15:10 -07:00 |
Peter Villadsen
|
1d7a5af207
|
Merge pull request #12 from microsoft/pvillads-ConstantConditions
Adding rule to diagnose constant conditions
|
2019-06-07 14:14:05 -07:00 |
Peter Villadsen
|
62d9939dd5
|
Rename ConstantConditions to ConstantConditions,xq
|
2019-06-07 14:13:40 -07:00 |
Peter Villadsen
|
22428d898d
|
Updated the href and added the .xq extension
|
2019-06-07 14:09:25 -07:00 |
Peter Villadsen
|
890c4e3b82
|
Create a rule to diagnose constrained string types
|
2019-06-06 19:06:49 -07:00 |
Peter Villadsen
|
a8d8ba4987
|
Adding rule to diagnose constant conditions
|
2019-06-06 18:41:56 -07:00 |
Peter Villadsen
|
5cb1ffd5c3
|
Create rule to diagnose recursive methods
|
2019-06-06 16:36:54 -07:00 |
Bertrand Desmarest
|
2fbe4e26cb
|
Fix for issue #9 - TableIndex rule is throwing an error when the table uses SurrogateKey as Clustered Index
|
2019-06-03 12:08:26 -07:00 |
Peter Villadsen
|
d8d76a2cd1
|
Add files via upload
|
2019-05-30 14:04:17 -07:00 |
Peter Villadsen
|
7c3d4ad350
|
Update callsnext.xq
Put in the final implementation of checking switch statements.
|
2019-03-11 19:22:47 -07:00 |
Peter Villadsen
|
1582017e6a
|
Merge pull request #6 from desmarest/bertd-rules
Minor update on existing rules
|
2019-03-01 15:33:09 -08:00 |
Bertrand Desmarest
|
d079eaff2b
|
Minor update on existing rules
|
2019-03-01 13:05:15 -08:00 |
Peter Villadsen
|
2aedbaac1f
|
Put in missing support for StaticQualifier
|
2019-02-28 20:20:54 -08:00 |
Peter Villadsen
|
352b3fa9bf
|
Update callsnext.xq
|
2019-02-28 17:43:27 -08:00 |
Peter Villadsen
|
ce5b34de9a
|
Merge pull request #5 from desmarest/bertd-rules
Updated some existing rules based on feedback. One new rule.
|
2019-02-28 15:44:32 -08:00 |
Bertrand Desmarest
|
6ad5797262
|
Minor changes to allow more unit test scenarios
|
2019-02-28 15:11:21 -08:00 |
Bertrand Desmarest
|
613f3d2c7d
|
Updated some existing rules based on feedback. One new rule.
|
2019-02-27 16:01:49 -08:00 |
Peter Villadsen
|
d4b38f6329
|
Removed test file dependency
The older version was a test version that ran on a local test file. This has been removed and the query change to be compatible with any other rule
|
2019-02-27 15:20:16 -08:00 |
Peter Villadsen
|
aa2748e975
|
Merge pull request #4 from desmarest/bertd-rules
Updated and new rules. ExcludedRules.txt file added.
|
2019-02-27 11:16:12 -08:00 |
Bertrand Desmarest
|
9dc59c8418
|
Updated and new rules. ExcludedRules.txt file added.
|
2019-02-26 19:41:55 -08:00 |
Peter Villadsen
|
1cbfb9ac20
|
Add files via upload
|
2019-02-26 17:01:26 -08:00 |
Bertrand Desmarest
|
3187d50458
|
2 new rules and some format changes on existing ones
|
2019-02-15 18:01:34 -08:00 |
Bertrand Desmarest
|
421a7321f4
|
Various fixes, one new rule added
|
2019-02-15 14:14:14 -08:00 |
Bertrand Desmarest
|
b38ae3e244
|
Added new rules and fixed typo in Readme file
|
2019-02-13 16:16:12 -08:00 |
Peter Villadsen
|
cf3b0dc954
|
Add files via upload
|
2019-02-08 09:08:28 -08:00 |