Skip to content

Commit 9a6d063

Browse files
authored
Clarify only supports C#
Resolves #13
1 parent 4bad621 commit 9a6d063

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
An experiment in trying to automate some of concepts described in [Uncle Bob's books on Clean Code](http://www.amazon.com/Clean-Code-Handbook-Software-Craftsmanship/dp/0132350882).
66

7-
Each check is intended to highlight a symptom that your code is becoming too complex, is not "clean" enough. Increased complexity can make your code harder to read, understand and maintain. The plugin currently checks:
7+
This is a ReSharper extension to analyse your C# code to highlight a symptom that your code is becoming too complex, is not "clean" enough. Increased complexity can make your code harder to read, understand and maintain. The plugin currently checks:
88

99
* **Too many dependencies** - warns when a constructor has too many interfaces passed in.
1010
* **Excessive indentation** - warns if a class contains members with too much indentation.
@@ -21,7 +21,7 @@ The limits used by each analysis are configurable in the options page.
2121

2222
### Upcoming features
2323

24-
Please log feature requests and bugs in [Issues](https://github.com/hhariri/CleanCode/issues).
24+
Please log feature requests and bugs in [Issues](https://github.com/hhariri/CleanCode/issues). Note that this version only supports C#.
2525

2626
## Installing
2727

0 commit comments

Comments
 (0)