summaryrefslogtreecommitdiff
path: root/lint/src
AgeCommit message (Expand)Author
2022-03-14Fix lint inclusion of dependencies for in-IDE lint analysisTor Norbye
2022-02-08Support importing extension functions from lint fixesTor Norbye
2022-02-01216663026: Lint quickfix support for lint warnings on import statementsTor Norbye
2022-01-21Add @ReturnThis, @OpenForTesting, @EmptySuper and @DeprecatedSinceApiTor Norbye
2022-01-12[Gradle] Add separate language filetype for Gradle script files IDEA-276227Vladislav.Soroka
2022-01-06Register new indentation lint check as inspectionTor Norbye
2021-12-23211770054: Preserve quickfix order in the IDETor Norbye
2021-12-07Add basic support for detector optionsTor Norbye
2021-12-06Register the "not a constructor" lint check as an inspectionTor Norbye
2021-11-03Register new bidirectional text spoofling lint check as inspectionTor Norbye
2021-11-02Register UAST implementation detectorJinseong Jeon
2021-10-21LintIdeSupport: use service instead of EPMatthew Gharrity
2021-09-14Register IDE inspection for new lint checkTor Norbye
2021-09-14[lint] Suppress some jcenter warningsChristophe Rhodes
2021-07-28Register lint check for @DiscouragedKevin Jeon
2021-06-21Re-enable testLintJar on WindowsRaluca Sauciuc
2021-06-09Register File.endsWith lint check as an IDE inspectionTor Norbye
2021-06-01Lint: avoid freeze for long warning messagesMatthew Gharrity
2021-06-01Convert LintExternalAnnotator to KotlinMatthew Gharrity
2021-06-01Rename .java to .ktMatthew Gharrity
2021-05-13Handle Windows pathsRaluca Sauciuc
2021-05-13convenient API to specify class path — NIO Path instead of ugly URLVladimir Krivosheev
2021-05-03Allow quickfixes to create new filesTor Norbye
2021-04-28[lint] Compute hierarchy from qualified statementsChristophe Rhodes
2021-04-28[lint] Compute hierarchy from qualified configuration closuresChristophe Rhodes
2021-04-28[lint] Don't error on qualified minSdkVersion assignmentChristophe Rhodes
2021-02-26Lint: minor cleanup in DomPsiConverterMatthew Gharrity
2021-02-26Lint: fix bug/typo in DomPsiConverter.getLocalNameMatthew Gharrity
2021-02-25Add missing root comment nodes to DOM documentTor Norbye
2021-02-17[lint] Add inspection for obsolete JCenterChristophe Rhodes
2021-02-17Allow detectors to vary severity per incidentTor Norbye
2021-02-14Track Lint Partial Analysis API changesTor Norbye
2021-01-28Register @ChecksSdkApiLevel inspection and annotation quickfix supportTor Norbye
2021-01-19Mandatory lint resource repositoriesTor Norbye
2021-01-19Declare notification groups in XMLAnastasia Ivanova
2020-12-22Lint: fix spacing in IDE inspection descriptionMatthew Gharrity
2020-12-21Lint: fix CallSuperDetector quick-fix for KotlinMatthew Gharrity
2020-12-10Lint: remove read action cancelation loggingMatthew Gharrity
2020-12-10Lint: prefer Documents over PsiFilesMatthew Gharrity
2020-12-10Lint: add some checkCanceled() callsMatthew Gharrity
2020-12-09Remove obsolete constraint layout detector version checkTor Norbye
2020-12-01Fix Android Plugin descriptionAndrei Kuznetsov
2020-11-25Update lint fix data map to be persistableTor Norbye
2020-11-24Lint: Fix editor position computation for merged manifest nodesTor Norbye
2020-11-24Hook up display name for lintTor Norbye
2020-11-16[lint] fix nullable args to non-nullable functionChristophe Rhodes
2020-11-12Add generated files for UnspecifiedImmutableFlagSam Wang
2020-11-02Include vendor info for lint checks.Tor Norbye
2020-10-26131360561: IDE prompt to not use FJD or GcmNetworkManagerTor Norbye
2020-10-12[lint] restore signature of checkDslPropertyAssignmentChristophe Rhodes