|
6 | 6 | Python, JavaScript, and PHP. You can run it on the command line using the Code |
7 | 7 | Climate CLI or on our [hosted analysis platform][codeclimate]. |
8 | 8 |
|
| 9 | +## What is duplication? |
| 10 | + |
| 11 | +The duplication engine's algorithm can be surprising, but it's actually very |
| 12 | +simple. We have a [docs page][what-is-duplication] explaining the algorithm. |
| 13 | + |
9 | 14 | ## Installation |
10 | 15 |
|
11 | 16 | 1. Install the [Code Climate CLI][cli], if you haven't already. |
@@ -64,5 +69,6 @@ Note that you have the update the YAML structure under the `languages` key to |
64 | 69 | the Hash type to support extra configuration. |
65 | 70 |
|
66 | 71 | [codeclimate]: https://codeclimate.com/dashboard |
| 72 | +[what-is-duplication]: https://docs.codeclimate.com/docs/duplication-concept |
67 | 73 | [flay]: https://github.com/seattlerb/flay |
68 | 74 | [cli]: https://github.com/codeclimate/codeclimate |
0 commit comments