{"id":13542022,"url":"https://github.com/passy/android-lint-summary","last_synced_at":"2025-04-09T12:04:31.661Z","repository":{"id":32492531,"uuid":"36073115","full_name":"passy/android-lint-summary","owner":"passy","description":"Prettier display of Android Lint issues","archived":false,"fork":false,"pushed_at":"2017-12-09T22:27:23.000Z","size":851,"stargazers_count":178,"open_issues_count":3,"forks_count":12,"subscribers_count":8,"default_branch":"master","last_synced_at":"2024-05-19T06:02:00.685Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://passy.github.io/android-lint-summary","language":"Haskell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/passy.png","metadata":{"files":{"readme":"README.markdown","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2015-05-22T13:14:31.000Z","updated_at":"2024-04-12T07:43:16.000Z","dependencies_parsed_at":"2022-09-10T06:13:16.954Z","dependency_job_id":null,"html_url":"https://github.com/passy/android-lint-summary","commit_stats":null,"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/passy%2Fandroid-lint-summary","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/passy%2Fandroid-lint-summary/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/passy%2Fandroid-lint-summary/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/passy%2Fandroid-lint-summary/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/passy","download_url":"https://codeload.github.com/passy/android-lint-summary/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248036063,"owners_count":21037092,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-08-01T10:01:00.309Z","updated_at":"2025-04-09T12:04:31.637Z","avatar_url":"https://github.com/passy.png","language":"Haskell","funding_links":[],"categories":["CLI Tool"],"sub_categories":[],"readme":"\u003ch1 align=\"center\"\u003e\n  \u003cbr\u003e\n  \u003cimg width=\"400\" src=\"https://rawgit.com/passy/android-lint-summary/master/resources/logo.svg\" alt=\"android-lint-summary\"\u003e\n  \u003cbr\u003e\n  \u003cbr\u003e\n  \u003cbr\u003e\n\u003c/h1\u003e\n\n\u003e View your Android lint issues with style.\n\n[![Build Status](https://travis-ci.org/passy/android-lint-summary.svg)](https://travis-ci.org/passy/android-lint-summary)\n\n## Features\n\n- Combines multiple projects into one output. You no longer need to check each\n  and every of your subprojects' lint results for errors.\n- View all your issues nicely formatted in your terminal.\n- Default arguments that do what you probably want them to.\n\n![Screenshot](https://raw.githubusercontent.com/passy/android-lint-summary/master/resources/screenshot.png)\n\n## Installation\n\nGrab the latest build for your platform from the [releases page](https://github.com/passy/android-lint-summary/releases).\n\nIf your platform isn't there, you can build it yourself with [stack](https://github.com/commercialhaskell/stack):\n\n``` sh\n$ git clone https://github.com/passy/android-lint-summary\n$ cd android-lint-summary\n$ stack setup\n$ stack install\n```\n\n## Using\n\n``` sh\n$ cd my-android-project\n$ ./gradle lint\n# Search in your current working directory\n$ android-lint-summary\n# Or search for a different pattern\n$ android-lint-summary -g '**/lint-summary*.xml'\n# Or point directly to a file\n$ android-lint-summary app/build/outputs/lint-summary.xml\n# Or read from stdin\n$ android-lint-summary - \u003c app/build/outputs/lint-summary.xml\n```\n\nWatch this ASCIICast to see it in action:\n\n[![asciicast](https://asciinema.org/a/23302.png)](https://asciinema.org/a/23302)\n\n## Gradle Integration\n\nCheck out the [LintSummary Sample](https://github.com/passy/Android-LintSummarySample/)\nto see how to integrate this with your gradle build.\n\nIf you copy this [gradle script](https://github.com/passy/Android-LintSummarySample/blob/d7403205fc423d5c42c5ded97756b6c5aca074e5/gradle/lint-summary.gradle)\nto your project, you can enable it with just one line per sub-project.\n\n## `--help`\n\n```\n$ android-lint-summary --help\n\nandroid-lint-summary - a lint-results.xml pretty printer\n\nUsage: android-lint-summary [FILES] [-g|--glob ARG] [-f|--formatter ARG]\n                            [-v|--verbose]\n  Format Android Lint XML output nicely\n\nAvailable options:\n  -h,--help                Show this help text\n  -g,--glob ARG            Glob pattern to select result\n                           files (default: \"**/build/outputs/lint-results.xml\")\n  -f,--formatter ARG       Specify a formatter to use\n                           [simple|null] (default: \"simple\")\n  -v,--verbose             Enable verbose mode\n  -V,--version             Show version information\n```\n\n## Developing\n\n```\n$ stack setup\n$ stack build\n$ stack test\n$ stack exec android-lint-summary\n```\n\n## Credits\n\nMassive thanks to [Sindre Sorhus](https://twitter.com/sindresorhus) for making\nthis gorgeous logo.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpassy%2Fandroid-lint-summary","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpassy%2Fandroid-lint-summary","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpassy%2Fandroid-lint-summary/lists"}