Skip to content

Commit

Permalink
Implemented #236 (#536)
Browse files Browse the repository at this point in the history
  • Loading branch information
Vannevelj committed Apr 26, 2016
1 parent d7ec121 commit 6b018ac
Show file tree
Hide file tree
Showing 8 changed files with 526 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ Currently these diagnostics are implemented:

| Category | Name | Description
|:-:|:-:|:-:
| Arithmetic | VSD0045 | The operands of a divisive expression are both integers and result in an implicit rounding.
| Async | VSD0001 | Asynchronous methods should end with -Async.
| Async | VSD0041 | A non-async, non-Task method should not end with -Async.
| Attributes | VSD0002 | Attributes with empty argument lists can have the argument list removed.
Expand Down

0 comments on commit 6b018ac

Please sign in to comment.