index
:
platform/build/soong
banksia-dev
[no description]
Gerrit Code Review
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
java
/
lint.go
Age
Commit message (
Expand
)
Author
2021-07-05
make system server modules use filtered lint database
Pedro Loureiro
2021-06-25
Use trimmed lint database for mainline modules
Pedro Loureiro
2021-06-09
Always propagate some environment variables to RBE
Colin Cross
2021-05-10
Strict updatability linting against dependencies.
Jaewoong Jung
2021-04-22
Fix minor issues in updatability lint CLs.
Jaewoong Jung
2021-04-21
Add lint.strict_updatability_linting
Jaewoong Jung
2021-04-21
Forbid bypassing updatability lint checks.
Jaewoong Jung
2021-04-20
Rename lint-project-xml.py to remove dashes.
Jaewoong Jung
2021-04-19
Extract getBaselineFilepath method.
Jaewoong Jung
2021-04-13
Introduce NewApi lint checks
Pedro Loureiro
2021-04-07
Merge "Update soong for new lint version"
Pedro Loureiro
2021-04-06
Update soong for new lint version
Pedro Loureiro
2021-04-05
Make lint HTML output deterministic
Colin Cross
2021-03-25
Simplify lint rules using improved RuleBuilder rsp support
Colin Cross
2021-03-18
Run lint actions in sbox
Colin Cross
2021-03-18
Move android package on top of remotexec
Colin Cross
2021-03-16
Add explicit rspfile argument to RuleBuilderCommand.FlagWithRspFileInputList
Colin Cross
2021-03-10
Propagate LANG environment variable to lint in RBE
Colin Cross
2021-03-10
Default lint RBE to local exec strategy
Colin Cross
2021-03-10
Add comment to lintPaths
Colin Cross
2021-03-05
Support remoting lint commands with RBE
Colin Cross
2021-03-04
Remove lint outputs to prevent showing old lint results on error
Colin Cross
2021-03-04
Make common dependencies of lint use restat
Colin Cross
2021-03-04
Use repackaged lint binary
Colin Cross
2021-02-18
Merge "Add support for lint baseline files"
Pedro Loureiro
2021-02-18
Add support for lint baseline files
Pedro Loureiro
2021-02-09
Convert java.Dependency to JavaInfo provider
Colin Cross
2020-12-01
Pass pctx and ctx to NewRuleBuilder
Colin Cross
2020-11-23
Refactor 'in_make' to mean Kati is not skipped.
Jingwen Chen
2020-10-06
Remove global state from apex modules
Colin Cross
2020-08-19
Support ninja rsp files in soong_zip
Colin Cross
2020-08-12
Merge "Increase heap size for lint tool"
Treehugger Robot
2020-08-07
Introduce AlwaysUsePrebuiltSdks
Jeongik Cha
2020-07-28
Update language to comply with inclusive guidance
Liz Kammer
2020-07-22
Build transitive lint reports for apex modules
Colin Cross
2020-07-16
Add environment variables to control lint checks
Colin Cross
2020-07-16
Build a zip of transitive lint reports for apps
Colin Cross
2020-07-14
Increase heap size for lint tool
Colin Cross
2020-07-10
Support lint on unbundled builds
Colin Cross
2020-06-23
Set root dir in lint project.xml
Colin Cross
2020-06-23
Set ANDROID_SDK_HOME when running lint
Colin Cross
2020-06-18
Support adding extra lint checks
Colin Cross
2020-06-16
Add support for running Android lint on java and android modules.
Colin Cross