♞ lichess.org: the forever free, adless and open source chess server ♞
This report presents the forensic synthetic code analysis of lichess-org/lila, a Scala project with 18,435 GitHub stars. SynthScan v2.0 examined 646,585 lines of code across 9534 source files, recording 382 pattern matches distributed across 12 syntactic categories. The overall adjusted score of 3.8 places this repository in the Likely human-written band.
The scanner applied 160+ deterministic lexical heuristics, multi-line block detectors, abstract syntax tree depth profilers, and a cross-file Jaccard similarity matrix to construct a statistically normalised synthetic code estimate. All matches are individually weighted by severity coefficient and contextual multiplier before summation, and the resulting headline score is temporally discounted to account for the repository's development history relative to the commercial emergence of large language model coding tooling (November 2022 onward).
This chart maps the temporal evolution of the adjusted synthetic code score across successive scan runs. An upward trajectory indicates ongoing incorporation of AI-generated code or expanding LLM-assisted scaffolding; a stable or declining trajectory may reflect active human refactoring, code removal, or the adoption of stricter authorship policies. The dashed secondary line (right axis) independently tracks total raw pattern hit count, which can diverge from the normalised score when codebase size changes significantly between scans.
Classifies detected patterns by their diagnostic confidence and structural impact. CRITICAL patterns (coefficient 10) represent definitive synthetic signatures — hallucinated imports, explicit LLM attribution metadata — virtually never produced by human authors. HIGH (5) indicates strong structural tells such as cross-file repetition or cross-linguistic idioms. MEDIUM (2) covers recognisable conversational padding and AI-specific vocabulary. LOW (1) captures subtle indicators like tautological comments and generic boilerplate that require density to carry independent signal.
This horizontal bar chart decomposes the repository's raw synthetic code score by top-level directory, allowing you to pinpoint precisely which modules or components carry the highest AI authorship density. Directories with disproportionately high scores relative to their size warrant targeted manual review: concentrated AI signatures often trace back to mass-generated configuration layers, auto-ported test suites, LLM-scaffolded boilerplate classes, or entire subsystems authored under heavy copilot assistance. Use this view to prioritise your human code-review effort.
The scanner identified 382 distinct pattern matches across 12 syntactic categories. Each entry below represents a discrete location in the source code where the engine recorded a statistically significant AI authorship indicator. Expand any category row to inspect the individual file paths, line numbers, code snippets, and the lexical context (CODE, COMMENT, or STRING) in which each match was detected.
Reading the findings table: The Severity column indicates the diagnostic confidence level (CRITICAL / HIGH / MEDIUM / LOW). The Context column identifies whether the match occurred inside executable code, an inline comment, or a string literal — comment-context matches receive a ×1.5 weight because LLMs systematically over-annotate. The ⚡ bolt icon marks clustered matches: three or more patterns within a 10-line window, each receiving an additional ×1.5 density multiplier as dense clusters constitute far stronger evidence of synthetic authorship than isolated hits.
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| CRITICAL | ui/dasher/src/sound.ts | 29 | this.list = this.root.data.sound.list.map(s => s.split(' ')); | CODE |
| CRITICAL | ui/botDev/src/devBotCtrl.ts | 162 | if (!env.assets.idb.book.keyNames.has(key)) return super.getBook(key); | CODE |
| CRITICAL | app/controllers/Simul.scala | 51 | chat <- canHaveChat(sim).optionFu(env.chat.api.userChat.cached.findMine(sim.id.into(ChatId))) | CODE |
| CRITICAL | app/controllers/Tournament.scala | 403 | lila.tournament.Schedule.Freq.byName.get(freq).so { fr => | CODE |
| CRITICAL | app/controllers/Auth.scala | 247 | lila.core.i18n.I18nKey.emails.welcome_subject.txt(user.username) | CODE |
| CRITICAL | app/controllers/Auth.scala | 386 | lila.mon.email.send.fix.increment() | CODE |
| CRITICAL | app/controllers/Study.scala | 142 | .flatMap(_.study.members.members.values.take(StudyModel.previewNbMembers)) | CODE |
| CRITICAL | app/controllers/Study.scala | 187 | chatOpt <- ctx.req.client.isXhr.not.so(chatOf(sc.study)) | CODE |
| CRITICAL | app/controllers/Study.scala | 583 | v => env.study.pager.featured.setting.setString(v.toString).inject(Redirect(routes.Study.staffPicks)) | CODE |
| CRITICAL | app/controllers/Challenge.scala | 394 | req.sid orElse lila.security.Mobile.LichessMobileUa.sriFromUA.map(_.value) | CODE |
| CRITICAL | app/controllers/Team.scala | 71 | chat <- hasChat.optionFu(env.chat.api.userChat.cached.findMine(team.id.into(ChatId))) | CODE |
| CRITICAL | app/controllers/Team.scala | 402 | val msg = lila.core.i18n.I18nKey.team.onlyLeaderLeavesTeam.txt() | CODE |
| CRITICAL | app/controllers/Clas.scala | 146 | views.clas.teacherDashboard.wall.edit(clas, _, env.clas.forms.clas.wall.fill(clas.wall)) | CODE |
| CRITICAL | app/controllers/Round.scala | 224 | env.chat.api.userChat.cached.findMine(sid.into(ChatId)).dmap(toEventChat(PublicSource.Simul(sid))) | CODE |
| CRITICAL | app/controllers/Main.scala | 134 | val meta = lila.memo.PicfitApi.form.upload.bindFromRequest().value | CODE |
| CRITICAL | app/controllers/Account.scala | 203 | lila.core.i18n.I18nKey.site.checkYourEmail.txt()) | CODE |
| CRITICAL | app/views/study.scala | 100 | .csp(views.analyse.ui.bits.cspExternalEngine.compose(_.withPeer.withExternalAnalysisApis)) | CODE |
| CRITICAL | modules/ui/src/main/ui/AtomUi.scala | 34 | java.time.format.DateTimeFormatter.ISO_DATE.withZone(utcZone).print(date) | CODE |
| CRITICAL | modules/ui/src/main/ui/bits.scala | 86 | lila.core.i18n.I18nKey.site.analysis() | CODE |
| CRITICAL | modules/study/src/main/PgnDump.scala | 96 | ) ::: chapter.root.fen.isInitial.not.so( | CODE |
| CRITICAL | modules/study/src/main/BSONHandlers.scala | 218 | F.shapes -> n.metas.shapes.value.nonEmpty.option(n.metas.shapes), | CODE |
| CRITICAL | modules/study/src/main/BSONHandlers.scala | 219 | F.comments -> n.metas.comments.value.nonEmpty.option(n.metas.comments), | CODE |
| CRITICAL | modules/study/src/main/BSONHandlers.scala | 285 | F.shapes -> r.metas.shapes.value.nonEmpty.option(r.metas.shapes), | CODE |
| CRITICAL | modules/study/src/main/BSONHandlers.scala | 286 | F.comments -> r.metas.comments.value.nonEmpty.option(r.metas.comments), | CODE |
| CRITICAL | modules/study/src/main/JsonView.scala | 92 | "members" -> s.study.members.members.values.take(Study.previewNbMembers) | CODE |
| CRITICAL | modules/clas/src/main/ClasApi.scala | 424 | text = s"""${lila.core.i18n.I18nKey.clas.welcomeToClass.txt(clas.name)} | CODE |
| CRITICAL | modules/msg/src/main/MsgByLichess.scala | 31 | api.systemPost(userId, lila.core.i18n.I18nKey.tfa.setupReminder.txt()).inject(false) | CODE |
| CRITICAL | modules/puzzle/src/main/PuzzleTrust.scala | 20 | user.perfs.puzzle.glicko.establishedIntRating.fold(fuccess(-2)): userRating => | CODE |
| CRITICAL | modules/puzzle/src/main/PuzzleStreak.scala | 87 | lila.mon.streak.selector.count.record(nb) | CODE |
| CRITICAL | modules/puzzle/src/main/PuzzleStreak.scala | 92 | lila.mon.streak.selector.rating.record(r.toInt) | CODE |
| CRITICAL | modules/puzzle/src/main/JsonView.scala | 196 | then lila.core.i18n.I18nKey.puzzle.puzzleThemes.txt() | CODE |
| CRITICAL | modules/puzzle/src/main/PuzzleSelector.scala | 47 | .mon(lila.mon.puzzle.selector.user.time(angle.categ)) | CODE |
| CRITICAL | modules/puzzle/src/main/PuzzleBatch.scala | 59 | .mon(lila.mon.puzzle.selector.user.batch(nb = nb)) | CODE |
| CRITICAL | modules/puzzle/src/main/PuzzleAnon.scala | 25 | lila.mon.puzzle.selector.anon.vote.record(100 + math.round(puzzle.vote * 100)) | CODE |
| CRITICAL | modules/puzzle/src/main/PuzzleAnon.scala | 35 | pool.get(angle -> diff).map(_.take(nb)).mon(lila.mon.puzzle.selector.anon.batch(nb)) | CODE |
| CRITICAL | modules/puzzle/src/main/PuzzleOpening.scala | 29 | op.opening.ref.variation.isDefined.so(Set(op)) | CODE |
| CRITICAL | modules/puzzle/src/main/PuzzleHistory.scala | 54 | r.round.date.isAfter(last.puzzles.head.round.date.minusHours(1)) | CODE |
| CRITICAL | modules/security/src/main/PasswordReset.scala | 30 | lila.mon.email.send.resetPassword.increment() | CODE |
| CRITICAL | modules/security/src/main/GeoIP.scala | 28 | lila.mon.security.geoip.epoch.update(meta.getBuildDate.getTime.toDouble) | CODE |
| CRITICAL | modules/security/src/main/GeoIP.scala | 29 | lila.mon.security.geoip.loadTime.update(time.millis) | CODE |
| CRITICAL | modules/security/src/main/EmailConfirm.scala | 56 | lila.mon.email.send.confirmation.increment() | CODE |
| CRITICAL | modules/security/src/main/Authenticator.scala | 89 | yield lila.mon.user.auth.bcFullMigrate.increment() | CODE |
| CRITICAL | modules/security/src/main/Reopen.scala | 47 | lila.mon.email.send.reopen.increment() | CODE |
| CRITICAL | modules/security/src/main/PrintBan.scala | 28 | lila.mon.security.firewall.prints.update(hashes.size) | CODE |
| CRITICAL | modules/security/src/main/EmailChange.scala | 23 | lila.mon.email.send.change.increment() | CODE |
| CRITICAL | modules/security/src/main/LoginToken.scala | 24 | lila.mon.email.send.magicLink.increment() | CODE |
| CRITICAL | modules/security/src/main/Firewall.scala | 30 | if v then lila.mon.security.firewall.block.increment() | CODE |
| CRITICAL | modules/security/src/main/Firewall.scala | 52 | lila.mon.security.firewall.ip.update(ips.size) | CODE |
| CRITICAL | modules/security/src/main/PwnedApi.scala | 16 | val (prefix, suffix) = pass.value.sha1.hex.toUpperCase.splitAt(5) | CODE |
| CRITICAL | modules/plan/src/main/StripeClient.scala | 49 | lila.core.i18n.I18nKey.patron.payLifetimeOnce.txt(data.checkout.money.display) | CODE |
| CRITICAL | modules/plan/src/main/PlanApi.scala | 712 | if charge.isPayPalLegacy then lila.mon.plan.paypalLegacy.amount.record(charge.usd.cents) | CODE |
| CRITICAL | modules/plan/src/main/PlanApi.scala | 713 | else if charge.isPayPalCheckout then lila.mon.plan.paypalCheckout.amount.record(charge.usd.cents) | CODE |
| CRITICAL | modules/irwin/src/main/KaladinApi.scala | 102 | lila.mon.mod.kaladin.activation.record(pred.percent) | CODE |
| CRITICAL | modules/irwin/src/main/KaladinApi.scala | 123 | lila.mon.mod.kaladin.report.increment() | CODE |
| CRITICAL | modules/irwin/src/main/KaladinApi.scala | 134 | yield lila.mon.mod.kaladin.mark.increment() | CODE |
| CRITICAL | modules/irwin/src/main/IrwinApi.scala | 73 | yield lila.mon.mod.irwin.mark.increment() | CODE |
| CRITICAL | modules/irwin/src/main/IrwinApi.scala | 86 | yield lila.mon.mod.irwin.report.increment() | CODE |
| CRITICAL | modules/opening/src/main/OpeningSearch.scala | 99 | entry.opening.name.value.toLowerCase.startsWith(query.raw) | CODE |
| CRITICAL | modules/lobby/src/main/Biter.scala | 36 | lila.mon.lobby.hook.join.increment() | CODE |
| CRITICAL | modules/lobby/src/main/LobbySyncActor.scala | 37 | lila.mon.lobby.hook.create.increment() | CODE |
| 56 more matches not shown… | ||||
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| HIGH | ui/botDev/bin/export-bots.js | 11 | print(JSON.stringify(docs, null, 2)); | CODE |
| HIGH | bin/mongodb/user3.js | 4 | print('Migrating ' + usersToMigrate.count() + ' users'); | CODE |
| HIGH | bin/mongodb/user3.js | 19 | print('Done!'); | CODE |
| HIGH | bin/mongodb/rapid-init-all.js | 44 | print(done + ' ' + u._id + ' - ' + u.count.game + ' games'); | CODE |
| HIGH | bin/mongodb/study-updatedAt-unfuck.js | 17 | print(`Found duplicated updatedAt for ${id}, ${newer} one is newer`); | CODE |
| HIGH | bin/mongodb/puzzle-migrate-vote-disable.js | 27 | print(modified); | CODE |
| HIGH | bin/mongodb/study-chapter-depth.js | 19 | print(`${urlOf(chap)} ${e}`); | CODE |
| HIGH | bin/mongodb/fix-normalized-emails.js | 29 | print(user.username, ': ', verbatim, '->', normalized); | CODE |
| HIGH⚡ | bin/mongodb/fix-normalized-emails.js | 51 | print('skipped:', nbSkips); | CODE |
| HIGH⚡ | bin/mongodb/fix-normalized-emails.js | 52 | print('updated:', nbUpdates); | CODE |
| HIGH⚡ | bin/mongodb/fix-normalized-emails.js | 53 | print('skipped duplicates:', nbDups); | CODE |
| HIGH | bin/mongodb/lichobile-users.js | 12 | print('Done!'); | CODE |
| HIGH | bin/mongodb/lichobile-users.js | 13 | print(db.lm_user_recent.estimatedDocumentCount()); | CODE |
| HIGH | bin/mongodb/lichobile-users.js | 48 | print('Done!'); | CODE |
| HIGH | bin/mongodb/lichobile-users.js | 49 | print(db.lm_user_recent_nomobile.estimatedDocumentCount()); | CODE |
| HIGH | bin/mongodb/patron-lifetime-mods.js | 13 | print(userId, !!prev.active); | CODE |
| HIGH | bin/mongodb/puzzle-disable-broken-mate.js | 47 | print(p._id); | CODE |
| HIGH | bin/mongodb/puzzle-disable-broken-mate.js | 50 | print('Disabled ' + count + ' puzzles'); | CODE |
| HIGH | bin/mongodb/chat-cleanup.js | 13 | print(`${chat._id} ${e} ${l}`); | CODE |
| HIGH | bin/mongodb/chat-cleanup.js | 60 | print(`${numberFormat(deleted)} / ${numberFormat(read)} - ${Math.round((deleted * 100) / read)}%`); | CODE |
| HIGH⚡ | bin/mongodb/user-delete-forever.js | 10 | print('\n\n Delete user ' + user.username + ' with ' + user.count.game + ' games!\n\n'); | CODE |
| HIGH⚡ | bin/mongodb/user-delete-forever.js | 13 | print('Set black games as anon'); | CODE |
| HIGH⚡ | bin/mongodb/user-delete-forever.js | 14 | print( | CODE |
| HIGH⚡ | bin/mongodb/user-delete-forever.js | 46 | print('done'); | CODE |
| HIGH⚡ | bin/mongodb/user-delete-forever.js | 48 | print('Delete old PMs'); | CODE |
| HIGH⚡ | bin/mongodb/user-delete-forever.js | 49 | print( | CODE |
| HIGH⚡ | bin/mongodb/user-delete-forever.js | 55 | print('Delete new PMs'); | CODE |
| HIGH⚡ | bin/mongodb/user-delete-forever.js | 56 | print( | CODE |
| HIGH⚡ | bin/mongodb/user-delete-forever.js | 62 | print('Delete mod log'); | CODE |
| HIGH⚡ | bin/mongodb/user-delete-forever.js | 63 | print( | CODE |
| HIGH⚡ | bin/mongodb/user-delete-forever.js | 69 | print('Delete rating history'); | CODE |
| HIGH⚡ | bin/mongodb/user-delete-forever.js | 70 | print( | CODE |
| HIGH⚡ | bin/mongodb/user-delete-forever.js | 76 | print('Delete bookmarks'); | CODE |
| HIGH⚡ | bin/mongodb/user-delete-forever.js | 77 | print( | CODE |
| HIGH⚡ | bin/mongodb/user-delete-forever.js | 83 | print('Delete learn progress'); | CODE |
| HIGH⚡ | bin/mongodb/user-delete-forever.js | 84 | print( | CODE |
| HIGH⚡ | bin/mongodb/user-delete-forever.js | 90 | print('Delete perf stats'); | CODE |
| HIGH⚡ | bin/mongodb/user-delete-forever.js | 96 | print(nb + ' done'); | CODE |
| HIGH⚡ | bin/mongodb/user-delete-forever.js | 98 | print('Delete prefs'); | CODE |
| HIGH⚡ | bin/mongodb/user-delete-forever.js | 99 | print( | CODE |
| HIGH⚡ | bin/mongodb/user-delete-forever.js | 105 | print('Delete relations from'); | CODE |
| HIGH⚡ | bin/mongodb/user-delete-forever.js | 106 | print( | CODE |
| HIGH⚡ | bin/mongodb/user-delete-forever.js | 112 | print('Delete relations to'); | CODE |
| HIGH⚡ | bin/mongodb/user-delete-forever.js | 113 | print( | CODE |
| HIGH⚡ | bin/mongodb/user-delete-forever.js | 119 | print('Delete security data'); | CODE |
| HIGH⚡ | bin/mongodb/user-delete-forever.js | 120 | print( | CODE |
| HIGH⚡ | bin/mongodb/user-delete-forever.js | 126 | print('Delete team membership'); | CODE |
| HIGH⚡ | bin/mongodb/user-delete-forever.js | 127 | print( | CODE |
| HIGH⚡ | bin/mongodb/user-delete-forever.js | 133 | print('Delete playbans'); | CODE |
| HIGH⚡ | bin/mongodb/user-delete-forever.js | 134 | print( | CODE |
| HIGH⚡ | bin/mongodb/user-delete-forever.js | 140 | print('Delete perf stats'); | CODE |
| HIGH⚡ | bin/mongodb/user-delete-forever.js | 141 | print( | CODE |
| HIGH⚡ | bin/mongodb/user-delete-forever.js | 147 | print('Delete activity'); | CODE |
| HIGH⚡ | bin/mongodb/user-delete-forever.js | 148 | print( | CODE |
| HIGH⚡ | bin/mongodb/user-delete-forever.js | 154 | print('Delete assessments'); | CODE |
| HIGH⚡ | bin/mongodb/user-delete-forever.js | 155 | print( | CODE |
| HIGH⚡ | bin/mongodb/user-delete-forever.js | 161 | print('Delete user'); | CODE |
| HIGH⚡ | bin/mongodb/user-delete-forever.js | 162 | print( | CODE |
| HIGH⚡ | bin/mongodb/user-delete-forever.js | 171 | print('\n complete.'); | CODE |
| HIGH | bin/mongodb/user-delete-forever.js | 30 | print('Set white games as anon'); | CODE |
| 140 more matches not shown… | ||||
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | ui/puzzle/src/view/nvuiView.ts | 170 | function renderTouchDeviceCommands({ notify, ctrl }: PuzzleNvuiContext): LooseVNodes { | CODE |
| LOW | ui/bits/src/bits.polyglot.ts | 87 | // function getWeightThatIsAlmostCertainlyWrong(node: co.pgn.ChildNode<co.pgn.PgnNodeData>) { | COMMENT |
| LOW | ui/bits/src/bits.passwordComplexity.ts | 12 | function updatePasswordComplexityMeter(password: string): void { | CODE |
| LOW | ui/bits/src/bits.googlyHorsey.ts | 90 | export function disableGooglyEyesTracking(): void { | CODE |
| LOW | ui/analyse/src/view/nvuiView.ts | 235 | function renderTouchDeviceCommands(ctx: AnalyseNvuiContext): LooseVNodes { | CODE |
| LOW | ui/lib/src/bigFileStorage.ts | 92 | async function directoryHandleIfAvailable(): Promise<FileSystemDirectoryHandle | undefined> { | CODE |
| LOW | ui/lib/src/socket.ts | 10 | export function eventuallySetupDefaultConnection(): void { | CODE |
| LOW | ui/lib/src/nvui/handler.ts | 211 | export function lastCapturedCommandHandler( | CODE |
| LOW | ui/dgt/src/play.ts | 616 | function attachCurrentGameIdToDGTBoard() { | CODE |
| LOW | ui/dgt/src/play.ts | 997 | async function DGTliveChessConnectionLoop() { | CODE |
| LOW | ui/dgt/src/play.ts | 1067 | async function validateAndSendBoardMove(boardMove: NormalMove) { | CODE |
| LOW | ui/round/src/view/nvuiView.ts | 197 | function renderTouchDeviceCommands(ctx: RoundNvuiContext): LooseVNodes { | CODE |
| LOW | app/http/HttpRequestHandler.scala | 8 | final class HttpRequestHandler( | CODE |
| LOW | app/http/RequestContext.scala | 45 | private def getAndSaveLang(req: RequestHeader, me: Option[Me]): Lang = | CODE |
| LOW | bin/dependency-graph.py | 55 | def pick_essential_dependencies(providers_dict): | CODE |
| LOW | bin/mongodb/recap-notif.js | 66 | function sendToRandomOfflinePlayers() { | CODE |
| LOW | modules/recap/src/main/ParallelMongoQueue.scala | 68 | def computeThenRemoveFromQueue(id: A): Funit = | CODE |
| LOW | modules/clas/src/main/ClasApi.scala | 87 | def getAndView(id: ClasId)(using teacher: Me): Fu[Option[Clas]] = | CODE |
| LOW | modules/security/src/main/CSRFRequestHandler.scala | 15 | final class CSRFRequestHandler(net: NetConfig): | CODE |
| LOW | modules/lobby/src/main/LobbySocket.scala | 230 | private def getOrConnect(sri: Sri, userOpt: Option[UserId]): Fu[Member] = | CODE |
| LOW | modules/tournament/src/main/JsonView.scala | 169 | private def getOrGuessRank(tour: Tournament, player: Player): Fu[Rank] = for | CODE |
| LOW | modules/tournament/src/main/LeaderboardApi.scala | 65 | def getAndDeleteRecent(userId: UserId, since: Instant): Fu[List[TourId]] = for | CODE |
| LOW | modules/report/src/main/ReportApi.scala | 246 | def processAndGetBySuspect(suspect: Suspect): Fu[List[Report]] = | CODE |
| LOW | modules/round/src/main/RoundAsyncActor.scala | 434 | private def handleAndPublish(events: Fu[Events]): Funit = | CODE |
| LOW | modules/swiss/src/main/SwissApi.scala | 563 | private def recomputeAndUpdateAll(id: SwissId): Funit = | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | ui/botDev/src/schema.ts | 15 | 'placeholder', | CODE |
| LOW | ui/botDev/src/pane.ts | 277 | if (this.info.placeholder) this.input.setAttribute('placeholder', this.info.placeholder); | CODE |
| LOW | ui/botDev/src/pane.ts | 289 | if (this.info.placeholder) this.input.setAttribute('placeholder', this.info.placeholder); | CODE |
| LOW | ui/botDev/src/editDialog.ts | 356 | <div class="placeholder"></div> | CODE |
| LOW | ui/insight/src/multipleSelect.ts | 46 | `<span class="placeholder">${this.options.placeholder}</span>`, | CODE |
| LOW⚡ | ui/insight/src/multipleSelect.ts | 334 | $span.addClass('placeholder').html(this.options.placeholder!); | CODE |
| LOW⚡ | ui/insight/src/multipleSelect.ts | 336 | $span.removeClass('placeholder').html(this.options.allSelected); | CODE |
| LOW⚡ | ui/insight/src/multipleSelect.ts | 339 | .removeClass('placeholder') | CODE |
| LOW⚡ | ui/insight/src/multipleSelect.ts | 343 | .removeClass('placeholder') | CODE |
| LOW⚡ | ui/insight/src/multipleSelect.ts | 350 | $span.removeClass('placeholder').text(selects.join(this.options.delimiter)); | CODE |
| LOW | ui/lib/src/chat/discussion.ts | 185 | el.removeAttribute('placeholder'); | CODE |
| LOW | modules/study/src/main/ui/StudyUi.scala | 63 | else p(cls := "placeholder")(trans.site.none()) | CODE |
| LOW | modules/study/src/main/ui/StudyUi.scala | 68 | else p(cls := "placeholder")(trans.site.none()) | CODE |
| LOW | modules/security/src/test/Fixtures.scala | 345 | fake-email.pp.ua | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | ui/.build/src/esbuild.ts | 141 | } | COMMENT |
| LOW | ui/lib/src/game/glyphs.ts | 41 | COMMENT | |
| LOW | ui/site/src/powertip.ts | 601 | let isDesynced = false; | COMMENT |
| LOW | tests/school-mode.spec.ts | 1 | import { test, expect } from '@playwright/test'; | COMMENT |
| LOW | modules/web/src/main/LoggerConfigurator.scala | 21 | ) | COMMENT |
| LOW | modules/web/src/main/LoggerConfigurator.scala | 41 | COMMENT | |
| LOW | modules/tournament/src/main/LeaderboardIndexer.scala | 21 | // .find(tournamentRepo.finishedSelect) | COMMENT |
| LOW | modules/tutor/src/main/TutorTime.scala | 1 | // package lila.tutor | COMMENT |
| LOW | modules/tutor/src/main/TutorTime.scala | 21 | // ) | COMMENT |
| LOW | modules/tutor/src/main/TutorTime.scala | 41 | // } yield { | COMMENT |
| LOW | modules/tutor/src/main/TutorTime.scala | 61 | // val timePressure = (config.estimateTotalTime / 4).get | COMMENT |
| LOW | modules/tutor/src/main/TutorTime.scala | 81 | // .exists(_ > 300) | COMMENT |
| LOW | modules/db/src/main/dsl.scala | 1 | // Copyright (C) 2014 Fehmi Can Saglam (@fehmicans) and contributors. | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | bin/fide-rating-history.py | 54 | CODE | |
| LOW | bin/fide-rating-history.py | 83 | CODE | |
| LOW | bin/fide-rating-history.py | 108 | CODE | |
| LOW | bin/gen/licon.py | 112 | CODE | |
| LOW | bin/gen/licon.py | 174 | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | ui/site/src/powertip.ts | 618 | // for tooltips opened via the api: we need to check if it has | COMMENT |
| LOW | modules/db/src/main/dsl.scala | 340 | // so we need to check if the ID writes to an array, | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | bin/fide-rating-history.py | 39 | except Exception as e: | CODE |
| LOW | bin/fide-rating-history.py | 59 | except Exception as e: | CODE |
| LOW | bin/fide-rating-history.py | 145 | except Exception as e: | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | lila.sh | 5 | # Usage: | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | scripts/dev-setup.sh | 58 | # Check if we're in nix develop environment | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | bin/gen/licon.py | 102 | print("Don't forget to install lichess.ttf in your code editor\n") | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | bin/gen/licon.py | 8 | CODE |