deslop 0.2.0

A static analyzer that spots low-context and AI-assisted code patterns across naming, concurrency, security, performance, and test quality.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<!doctype html>
<html lang="en">
  <head>
    <meta charset="utf-8" />
    <meta name="viewport" content="width=device-width, initial-scale=1" />
    <title>deslop</title>
    <script>
      (function () {
        var path = window.location.pathname
        var baseEnd = path.indexOf('/', 1)
        var base = baseEnd > 0 ? path.slice(0, baseEnd + 1) : '/'
        var redirect = base + '?p=' + encodeURIComponent(path + window.location.search + window.location.hash)
        window.location.replace(redirect)
      })()
    </script>
  </head>
  <body></body>
</html>