Skip to content

Commit

Permalink
Fix typo in the README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
montykutyi committed Jul 13, 2018
1 parent 14161d4 commit efd3814
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ The most important product characteristics of OpenStaticAnalyzer are the followi
- [FindBugs] 3.0.0 coding rule violations
- [Pylint] 1.8.2 coding rule violations
- FxCop coding rule violations
- [EsLint] coding rule violations
- [ESLint] coding rule violations
- Clone detection (copy-pasted source code fragments) extended with clone tracking and "clone smells"
- Syntax-based, so-called Type-2 clones
- Metrics calculation at component, file, package, class, method, and function levels:
Expand All @@ -34,7 +34,7 @@ The most important product characteristics of OpenStaticAnalyzer are the followi
[PMD]:http://pmd.sourceforge.net/
[FindBugs]:http://findbugs.sourceforge.net
[Pylint]:http://www.pylint.org/
[EsLint]:https://eslint.org/
[ESLint]:https://eslint.org/

By continuous static analysis, the software developers can:
- reduce the software erosion rate and this way decrease development costs;
Expand Down

0 comments on commit efd3814

Please sign in to comment.