Repository Analysis

lichess-org/lila

♞ lichess.org: the forever free, adless and open source chess server ♞

3.8 Likely human-written View on GitHub

Analysis Overview

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).

3.8
Adjusted Score
3.8
Raw Score
100%
Time Factor
2026-07-14
Last Push
18.4K
Stars
Scala
Language
646.6K
Lines of Code
9.5K
Files
382
Pattern Hits
2026-07-14
Scan Date
0.03
HC Hit Rate

What These Metrics Mean

Adjusted Score
Primary synthetic code indicator. Raw score normalised per 1,000 lines of code and multiplied by the temporal discount factor. This is the definitive comparative metric — use it to rank repositories by AI authorship density.
Raw Score
The unmodified sum of all severity-weighted, context-multiplied pattern match scores before temporal discounting. Reflects the absolute signal strength independent of when the repository was last active.
Time Factor
The temporal discount multiplier (0–100%) applied to the raw score. Repositories last updated before ChatGPT's launch (Nov 2022) receive a 5% factor. Full signal is only assigned to repositories active in the post-adoption era (Jan 2024+).
Pattern Hits
Total count of individual pattern matches across all files and categories. A high hit count with a low score may indicate a very large codebase with isolated AI snippets; a low count with a high score indicates dense, concentrated AI signatures.
HC Hit Rate
High+Critical pattern hits per file, averaged across the repository. This orthogonal signal catches repositories where a few files are densely packed with high-severity AI tells — a strong indicator even when the normalised score appears moderate due to codebase size.
Lines of Code / Files
Total lines and files analysed. The scanner examines 94 file extensions. These denominators are used to normalise the score, enabling fair comparison between repositories of vastly different sizes.

Score History

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.

Severity Breakdown

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.

CRITICAL 116HIGH 200MEDIUM 0LOW 66

Directory Score Breakdown

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.

Pattern Findings

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.

Hallucination Indicators116 hits · 1195 pts
SeverityFileLineSnippetContext
CRITICALui/dasher/src/sound.ts29 this.list = this.root.data.sound.list.map(s => s.split(' '));CODE
CRITICALui/botDev/src/devBotCtrl.ts162 if (!env.assets.idb.book.keyNames.has(key)) return super.getBook(key);CODE
CRITICALapp/controllers/Simul.scala51 chat <- canHaveChat(sim).optionFu(env.chat.api.userChat.cached.findMine(sim.id.into(ChatId)))CODE
CRITICALapp/controllers/Tournament.scala403 lila.tournament.Schedule.Freq.byName.get(freq).so { fr =>CODE
CRITICALapp/controllers/Auth.scala247 lila.core.i18n.I18nKey.emails.welcome_subject.txt(user.username)CODE
CRITICALapp/controllers/Auth.scala386 lila.mon.email.send.fix.increment()CODE
CRITICALapp/controllers/Study.scala142 .flatMap(_.study.members.members.values.take(StudyModel.previewNbMembers))CODE
CRITICALapp/controllers/Study.scala187 chatOpt <- ctx.req.client.isXhr.not.so(chatOf(sc.study))CODE
CRITICALapp/controllers/Study.scala583 v => env.study.pager.featured.setting.setString(v.toString).inject(Redirect(routes.Study.staffPicks))CODE
CRITICALapp/controllers/Challenge.scala394 req.sid orElse lila.security.Mobile.LichessMobileUa.sriFromUA.map(_.value)CODE
CRITICALapp/controllers/Team.scala71 chat <- hasChat.optionFu(env.chat.api.userChat.cached.findMine(team.id.into(ChatId)))CODE
CRITICALapp/controllers/Team.scala402 val msg = lila.core.i18n.I18nKey.team.onlyLeaderLeavesTeam.txt()CODE
CRITICALapp/controllers/Clas.scala146 views.clas.teacherDashboard.wall.edit(clas, _, env.clas.forms.clas.wall.fill(clas.wall))CODE
CRITICALapp/controllers/Round.scala224 env.chat.api.userChat.cached.findMine(sid.into(ChatId)).dmap(toEventChat(PublicSource.Simul(sid)))CODE
CRITICALapp/controllers/Main.scala134 val meta = lila.memo.PicfitApi.form.upload.bindFromRequest().valueCODE
CRITICALapp/controllers/Account.scala203 lila.core.i18n.I18nKey.site.checkYourEmail.txt())CODE
CRITICALapp/views/study.scala100 .csp(views.analyse.ui.bits.cspExternalEngine.compose(_.withPeer.withExternalAnalysisApis))CODE
CRITICALmodules/ui/src/main/ui/AtomUi.scala34 java.time.format.DateTimeFormatter.ISO_DATE.withZone(utcZone).print(date)CODE
CRITICALmodules/ui/src/main/ui/bits.scala86 lila.core.i18n.I18nKey.site.analysis()CODE
CRITICALmodules/study/src/main/PgnDump.scala96 ) ::: chapter.root.fen.isInitial.not.so(CODE
CRITICALmodules/study/src/main/BSONHandlers.scala218 F.shapes -> n.metas.shapes.value.nonEmpty.option(n.metas.shapes),CODE
CRITICALmodules/study/src/main/BSONHandlers.scala219 F.comments -> n.metas.comments.value.nonEmpty.option(n.metas.comments),CODE
CRITICALmodules/study/src/main/BSONHandlers.scala285 F.shapes -> r.metas.shapes.value.nonEmpty.option(r.metas.shapes),CODE
CRITICALmodules/study/src/main/BSONHandlers.scala286 F.comments -> r.metas.comments.value.nonEmpty.option(r.metas.comments),CODE
CRITICALmodules/study/src/main/JsonView.scala92 "members" -> s.study.members.members.values.take(Study.previewNbMembers)CODE
CRITICALmodules/clas/src/main/ClasApi.scala424 text = s"""${lila.core.i18n.I18nKey.clas.welcomeToClass.txt(clas.name)}CODE
CRITICALmodules/msg/src/main/MsgByLichess.scala31 api.systemPost(userId, lila.core.i18n.I18nKey.tfa.setupReminder.txt()).inject(false)CODE
CRITICALmodules/puzzle/src/main/PuzzleTrust.scala20 user.perfs.puzzle.glicko.establishedIntRating.fold(fuccess(-2)): userRating =>CODE
CRITICALmodules/puzzle/src/main/PuzzleStreak.scala87 lila.mon.streak.selector.count.record(nb)CODE
CRITICALmodules/puzzle/src/main/PuzzleStreak.scala92 lila.mon.streak.selector.rating.record(r.toInt)CODE
CRITICALmodules/puzzle/src/main/JsonView.scala196 then lila.core.i18n.I18nKey.puzzle.puzzleThemes.txt()CODE
CRITICALmodules/puzzle/src/main/PuzzleSelector.scala47 .mon(lila.mon.puzzle.selector.user.time(angle.categ))CODE
CRITICALmodules/puzzle/src/main/PuzzleBatch.scala59 .mon(lila.mon.puzzle.selector.user.batch(nb = nb))CODE
CRITICALmodules/puzzle/src/main/PuzzleAnon.scala25 lila.mon.puzzle.selector.anon.vote.record(100 + math.round(puzzle.vote * 100))CODE
CRITICALmodules/puzzle/src/main/PuzzleAnon.scala35 pool.get(angle -> diff).map(_.take(nb)).mon(lila.mon.puzzle.selector.anon.batch(nb))CODE
CRITICALmodules/puzzle/src/main/PuzzleOpening.scala29 op.opening.ref.variation.isDefined.so(Set(op))CODE
CRITICALmodules/puzzle/src/main/PuzzleHistory.scala54 r.round.date.isAfter(last.puzzles.head.round.date.minusHours(1))CODE
CRITICALmodules/security/src/main/PasswordReset.scala30 lila.mon.email.send.resetPassword.increment()CODE
CRITICALmodules/security/src/main/GeoIP.scala28 lila.mon.security.geoip.epoch.update(meta.getBuildDate.getTime.toDouble)CODE
CRITICALmodules/security/src/main/GeoIP.scala29 lila.mon.security.geoip.loadTime.update(time.millis)CODE
CRITICALmodules/security/src/main/EmailConfirm.scala56 lila.mon.email.send.confirmation.increment()CODE
CRITICALmodules/security/src/main/Authenticator.scala89 yield lila.mon.user.auth.bcFullMigrate.increment()CODE
CRITICALmodules/security/src/main/Reopen.scala47 lila.mon.email.send.reopen.increment()CODE
CRITICALmodules/security/src/main/PrintBan.scala28 lila.mon.security.firewall.prints.update(hashes.size)CODE
CRITICALmodules/security/src/main/EmailChange.scala23 lila.mon.email.send.change.increment()CODE
CRITICALmodules/security/src/main/LoginToken.scala24 lila.mon.email.send.magicLink.increment()CODE
CRITICALmodules/security/src/main/Firewall.scala30 if v then lila.mon.security.firewall.block.increment()CODE
CRITICALmodules/security/src/main/Firewall.scala52 lila.mon.security.firewall.ip.update(ips.size)CODE
CRITICALmodules/security/src/main/PwnedApi.scala16 val (prefix, suffix) = pass.value.sha1.hex.toUpperCase.splitAt(5)CODE
CRITICALmodules/plan/src/main/StripeClient.scala49 lila.core.i18n.I18nKey.patron.payLifetimeOnce.txt(data.checkout.money.display)CODE
CRITICALmodules/plan/src/main/PlanApi.scala712 if charge.isPayPalLegacy then lila.mon.plan.paypalLegacy.amount.record(charge.usd.cents)CODE
CRITICALmodules/plan/src/main/PlanApi.scala713 else if charge.isPayPalCheckout then lila.mon.plan.paypalCheckout.amount.record(charge.usd.cents)CODE
CRITICALmodules/irwin/src/main/KaladinApi.scala102 lila.mon.mod.kaladin.activation.record(pred.percent)CODE
CRITICALmodules/irwin/src/main/KaladinApi.scala123 lila.mon.mod.kaladin.report.increment()CODE
CRITICALmodules/irwin/src/main/KaladinApi.scala134 yield lila.mon.mod.kaladin.mark.increment()CODE
CRITICALmodules/irwin/src/main/IrwinApi.scala73 yield lila.mon.mod.irwin.mark.increment()CODE
CRITICALmodules/irwin/src/main/IrwinApi.scala86 yield lila.mon.mod.irwin.report.increment()CODE
CRITICALmodules/opening/src/main/OpeningSearch.scala99 entry.opening.name.value.toLowerCase.startsWith(query.raw)CODE
CRITICALmodules/lobby/src/main/Biter.scala36 lila.mon.lobby.hook.join.increment()CODE
CRITICALmodules/lobby/src/main/LobbySyncActor.scala37 lila.mon.lobby.hook.create.increment()CODE
56 more matches not shown…
Cross-Language Confusion (JS/TS)200 hits · 1164 pts
SeverityFileLineSnippetContext
HIGHui/botDev/bin/export-bots.js11print(JSON.stringify(docs, null, 2));CODE
HIGHbin/mongodb/user3.js4print('Migrating ' + usersToMigrate.count() + ' users');CODE
HIGHbin/mongodb/user3.js19print('Done!');CODE
HIGHbin/mongodb/rapid-init-all.js44 print(done + ' ' + u._id + ' - ' + u.count.game + ' games');CODE
HIGHbin/mongodb/study-updatedAt-unfuck.js17 print(`Found duplicated updatedAt for ${id}, ${newer} one is newer`);CODE
HIGHbin/mongodb/puzzle-migrate-vote-disable.js27print(modified);CODE
HIGHbin/mongodb/study-chapter-depth.js19 print(`${urlOf(chap)} ${e}`);CODE
HIGHbin/mongodb/fix-normalized-emails.js29 print(user.username, ': ', verbatim, '->', normalized);CODE
HIGHbin/mongodb/fix-normalized-emails.js51print('skipped:', nbSkips);CODE
HIGHbin/mongodb/fix-normalized-emails.js52print('updated:', nbUpdates);CODE
HIGHbin/mongodb/fix-normalized-emails.js53print('skipped duplicates:', nbDups);CODE
HIGHbin/mongodb/lichobile-users.js12 print('Done!');CODE
HIGHbin/mongodb/lichobile-users.js13 print(db.lm_user_recent.estimatedDocumentCount());CODE
HIGHbin/mongodb/lichobile-users.js48 print('Done!');CODE
HIGHbin/mongodb/lichobile-users.js49 print(db.lm_user_recent_nomobile.estimatedDocumentCount());CODE
HIGHbin/mongodb/patron-lifetime-mods.js13 print(userId, !!prev.active);CODE
HIGHbin/mongodb/puzzle-disable-broken-mate.js47 print(p._id);CODE
HIGHbin/mongodb/puzzle-disable-broken-mate.js50print('Disabled ' + count + ' puzzles');CODE
HIGHbin/mongodb/chat-cleanup.js13 print(`${chat._id} ${e} ${l}`);CODE
HIGHbin/mongodb/chat-cleanup.js60 print(`${numberFormat(deleted)} / ${numberFormat(read)} - ${Math.round((deleted * 100) / read)}%`);CODE
HIGHbin/mongodb/user-delete-forever.js10print('\n\n Delete user ' + user.username + ' with ' + user.count.game + ' games!\n\n');CODE
HIGHbin/mongodb/user-delete-forever.js13print('Set black games as anon');CODE
HIGHbin/mongodb/user-delete-forever.js14print(CODE
HIGHbin/mongodb/user-delete-forever.js46print('done');CODE
HIGHbin/mongodb/user-delete-forever.js48print('Delete old PMs');CODE
HIGHbin/mongodb/user-delete-forever.js49print(CODE
HIGHbin/mongodb/user-delete-forever.js55print('Delete new PMs');CODE
HIGHbin/mongodb/user-delete-forever.js56print(CODE
HIGHbin/mongodb/user-delete-forever.js62print('Delete mod log');CODE
HIGHbin/mongodb/user-delete-forever.js63print(CODE
HIGHbin/mongodb/user-delete-forever.js69print('Delete rating history');CODE
HIGHbin/mongodb/user-delete-forever.js70print(CODE
HIGHbin/mongodb/user-delete-forever.js76print('Delete bookmarks');CODE
HIGHbin/mongodb/user-delete-forever.js77print(CODE
HIGHbin/mongodb/user-delete-forever.js83print('Delete learn progress');CODE
HIGHbin/mongodb/user-delete-forever.js84print(CODE
HIGHbin/mongodb/user-delete-forever.js90print('Delete perf stats');CODE
HIGHbin/mongodb/user-delete-forever.js96print(nb + ' done');CODE
HIGHbin/mongodb/user-delete-forever.js98print('Delete prefs');CODE
HIGHbin/mongodb/user-delete-forever.js99print(CODE
HIGHbin/mongodb/user-delete-forever.js105print('Delete relations from');CODE
HIGHbin/mongodb/user-delete-forever.js106print(CODE
HIGHbin/mongodb/user-delete-forever.js112print('Delete relations to');CODE
HIGHbin/mongodb/user-delete-forever.js113print(CODE
HIGHbin/mongodb/user-delete-forever.js119print('Delete security data');CODE
HIGHbin/mongodb/user-delete-forever.js120print(CODE
HIGHbin/mongodb/user-delete-forever.js126print('Delete team membership');CODE
HIGHbin/mongodb/user-delete-forever.js127print(CODE
HIGHbin/mongodb/user-delete-forever.js133print('Delete playbans');CODE
HIGHbin/mongodb/user-delete-forever.js134print(CODE
HIGHbin/mongodb/user-delete-forever.js140print('Delete perf stats');CODE
HIGHbin/mongodb/user-delete-forever.js141print(CODE
HIGHbin/mongodb/user-delete-forever.js147print('Delete activity');CODE
HIGHbin/mongodb/user-delete-forever.js148print(CODE
HIGHbin/mongodb/user-delete-forever.js154print('Delete assessments');CODE
HIGHbin/mongodb/user-delete-forever.js155print(CODE
HIGHbin/mongodb/user-delete-forever.js161print('Delete user');CODE
HIGHbin/mongodb/user-delete-forever.js162print(CODE
HIGHbin/mongodb/user-delete-forever.js171print('\n complete.');CODE
HIGHbin/mongodb/user-delete-forever.js30print('Set white games as anon');CODE
140 more matches not shown…
Hyper-Verbose Identifiers25 hits · 26 pts
SeverityFileLineSnippetContext
LOWui/puzzle/src/view/nvuiView.ts170function renderTouchDeviceCommands({ notify, ctrl }: PuzzleNvuiContext): LooseVNodes {CODE
LOWui/bits/src/bits.polyglot.ts87 // function getWeightThatIsAlmostCertainlyWrong(node: co.pgn.ChildNode<co.pgn.PgnNodeData>) {COMMENT
LOWui/bits/src/bits.passwordComplexity.ts12function updatePasswordComplexityMeter(password: string): void {CODE
LOWui/bits/src/bits.googlyHorsey.ts90export function disableGooglyEyesTracking(): void {CODE
LOWui/analyse/src/view/nvuiView.ts235function renderTouchDeviceCommands(ctx: AnalyseNvuiContext): LooseVNodes {CODE
LOWui/lib/src/bigFileStorage.ts92async function directoryHandleIfAvailable(): Promise<FileSystemDirectoryHandle | undefined> {CODE
LOWui/lib/src/socket.ts10export function eventuallySetupDefaultConnection(): void {CODE
LOWui/lib/src/nvui/handler.ts211export function lastCapturedCommandHandler(CODE
LOWui/dgt/src/play.ts616 function attachCurrentGameIdToDGTBoard() {CODE
LOWui/dgt/src/play.ts997 async function DGTliveChessConnectionLoop() {CODE
LOWui/dgt/src/play.ts1067 async function validateAndSendBoardMove(boardMove: NormalMove) {CODE
LOWui/round/src/view/nvuiView.ts197function renderTouchDeviceCommands(ctx: RoundNvuiContext): LooseVNodes {CODE
LOWapp/http/HttpRequestHandler.scala8final class HttpRequestHandler(CODE
LOWapp/http/RequestContext.scala45 private def getAndSaveLang(req: RequestHeader, me: Option[Me]): Lang =CODE
LOWbin/dependency-graph.py55def pick_essential_dependencies(providers_dict):CODE
LOWbin/mongodb/recap-notif.js66function sendToRandomOfflinePlayers() {CODE
LOWmodules/recap/src/main/ParallelMongoQueue.scala68 def computeThenRemoveFromQueue(id: A): Funit =CODE
LOWmodules/clas/src/main/ClasApi.scala87 def getAndView(id: ClasId)(using teacher: Me): Fu[Option[Clas]] =CODE
LOWmodules/security/src/main/CSRFRequestHandler.scala15final class CSRFRequestHandler(net: NetConfig):CODE
LOWmodules/lobby/src/main/LobbySocket.scala230 private def getOrConnect(sri: Sri, userOpt: Option[UserId]): Fu[Member] =CODE
LOWmodules/tournament/src/main/JsonView.scala169 private def getOrGuessRank(tour: Tournament, player: Player): Fu[Rank] = forCODE
LOWmodules/tournament/src/main/LeaderboardApi.scala65 def getAndDeleteRecent(userId: UserId, since: Instant): Fu[List[TourId]] = forCODE
LOWmodules/report/src/main/ReportApi.scala246 def processAndGetBySuspect(suspect: Suspect): Fu[List[Report]] =CODE
LOWmodules/round/src/main/RoundAsyncActor.scala434 private def handleAndPublish(events: Fu[Events]): Funit =CODE
LOWmodules/swiss/src/main/SwissApi.scala563 private def recomputeAndUpdateAll(id: SwissId): Funit =CODE
Fake / Example Data14 hits · 16 pts
SeverityFileLineSnippetContext
LOWui/botDev/src/schema.ts15 'placeholder',CODE
LOWui/botDev/src/pane.ts277 if (this.info.placeholder) this.input.setAttribute('placeholder', this.info.placeholder);CODE
LOWui/botDev/src/pane.ts289 if (this.info.placeholder) this.input.setAttribute('placeholder', this.info.placeholder);CODE
LOWui/botDev/src/editDialog.ts356 <div class="placeholder"></div>CODE
LOWui/insight/src/multipleSelect.ts46 `<span class="placeholder">${this.options.placeholder}</span>`,CODE
LOWui/insight/src/multipleSelect.ts334 $span.addClass('placeholder').html(this.options.placeholder!);CODE
LOWui/insight/src/multipleSelect.ts336 $span.removeClass('placeholder').html(this.options.allSelected);CODE
LOWui/insight/src/multipleSelect.ts339 .removeClass('placeholder')CODE
LOWui/insight/src/multipleSelect.ts343 .removeClass('placeholder')CODE
LOWui/insight/src/multipleSelect.ts350 $span.removeClass('placeholder').text(selects.join(this.options.delimiter));CODE
LOWui/lib/src/chat/discussion.ts185 el.removeAttribute('placeholder');CODE
LOWmodules/study/src/main/ui/StudyUi.scala63 else p(cls := "placeholder")(trans.site.none())CODE
LOWmodules/study/src/main/ui/StudyUi.scala68 else p(cls := "placeholder")(trans.site.none())CODE
LOWmodules/security/src/test/Fixtures.scala345fake-email.pp.uaCODE
Over-Commented Block13 hits · 13 pts
SeverityFileLineSnippetContext
LOWui/.build/src/esbuild.ts141}COMMENT
LOWui/lib/src/game/glyphs.ts41COMMENT
LOWui/site/src/powertip.ts601 let isDesynced = false;COMMENT
LOWtests/school-mode.spec.ts1import { test, expect } from '@playwright/test';COMMENT
LOWmodules/web/src/main/LoggerConfigurator.scala21 )COMMENT
LOWmodules/web/src/main/LoggerConfigurator.scala41COMMENT
LOWmodules/tournament/src/main/LeaderboardIndexer.scala21 // .find(tournamentRepo.finishedSelect)COMMENT
LOWmodules/tutor/src/main/TutorTime.scala1// package lila.tutorCOMMENT
LOWmodules/tutor/src/main/TutorTime.scala21// )COMMENT
LOWmodules/tutor/src/main/TutorTime.scala41// } yield {COMMENT
LOWmodules/tutor/src/main/TutorTime.scala61// val timePressure = (config.estimateTotalTime / 4).getCOMMENT
LOWmodules/tutor/src/main/TutorTime.scala81// .exists(_ > 300)COMMENT
LOWmodules/db/src/main/dsl.scala1// Copyright (C) 2014 Fehmi Can Saglam (@fehmicans) and contributors.COMMENT
Deep Nesting5 hits · 5 pts
SeverityFileLineSnippetContext
LOWbin/fide-rating-history.py54CODE
LOWbin/fide-rating-history.py83CODE
LOWbin/fide-rating-history.py108CODE
LOWbin/gen/licon.py112CODE
LOWbin/gen/licon.py174CODE
Verbosity Indicators2 hits · 3 pts
SeverityFileLineSnippetContext
LOWui/site/src/powertip.ts618 // for tooltips opened via the api: we need to check if it hasCOMMENT
LOWmodules/db/src/main/dsl.scala340 // so we need to check if the ID writes to an array,COMMENT
Excessive Try-Catch Wrapping3 hits · 3 pts
SeverityFileLineSnippetContext
LOWbin/fide-rating-history.py39 except Exception as e:CODE
LOWbin/fide-rating-history.py59 except Exception as e:CODE
LOWbin/fide-rating-history.py145 except Exception as e:CODE
Example Usage Blocks1 hit · 2 pts
SeverityFileLineSnippetContext
LOWlila.sh5# Usage:COMMENT
Redundant / Tautological Comments1 hit · 2 pts
SeverityFileLineSnippetContext
LOWscripts/dev-setup.sh58# Check if we're in nix develop environmentCOMMENT
Slop Phrases1 hit · 1 pts
SeverityFileLineSnippetContext
LOWbin/gen/licon.py102 print("Don't forget to install lichess.ttf in your code editor\n")CODE
Unused Imports1 hit · 1 pts
SeverityFileLineSnippetContext
LOWbin/gen/licon.py8CODE