{"id":15717960,"url":"https://github.com/mosesliao/fastlane-plugin-lizard","last_synced_at":"2025-05-08T19:36:59.430Z","repository":{"id":56215928,"uuid":"119001366","full_name":"mosesliao/fastlane-plugin-lizard","owner":"mosesliao","description":"🦎Official fastlane plugin for lizard code complexity analytics 🦎","archived":false,"fork":false,"pushed_at":"2020-11-20T02:55:40.000Z","size":80,"stargazers_count":28,"open_issues_count":1,"forks_count":13,"subscribers_count":6,"default_branch":"master","last_synced_at":"2025-05-06T23:39:35.532Z","etag":null,"topics":["android","code-analysis","code-complexity","code-quality","cyclomatic-complexity","fastlane","fastlane-plugin","ios","lizard","mac"],"latest_commit_sha":null,"homepage":"http://www.lizard.ws/","language":"Ruby","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/mosesliao.png","metadata":{"files":{"readme":"README.md","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":"2018-01-26T03:33:11.000Z","updated_at":"2024-10-25T07:31:14.000Z","dependencies_parsed_at":"2022-08-15T14:50:34.732Z","dependency_job_id":null,"html_url":"https://github.com/mosesliao/fastlane-plugin-lizard","commit_stats":null,"previous_names":["liaogz82/fastlane-plugin-lizard"],"tags_count":14,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mosesliao%2Ffastlane-plugin-lizard","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mosesliao%2Ffastlane-plugin-lizard/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mosesliao%2Ffastlane-plugin-lizard/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mosesliao%2Ffastlane-plugin-lizard/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mosesliao","download_url":"https://codeload.github.com/mosesliao/fastlane-plugin-lizard/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253135633,"owners_count":21859676,"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":["android","code-analysis","code-complexity","code-quality","cyclomatic-complexity","fastlane","fastlane-plugin","ios","lizard","mac"],"created_at":"2024-10-03T21:51:46.193Z","updated_at":"2025-05-08T19:36:59.369Z","avatar_url":"https://github.com/mosesliao.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# fastlane-plugin-lizard\n\n[![fastlane Plugin Badge][1]][2]\n[![Gem Version][3]][4]\n[![CircleCI][5]][6]\n[![codecov][7]][8]\n[![Maintainability][16]][17]\n\n## Getting Started\n\nThis project is a [_fastlane_][9] plugin. To get started with\n`fastlane-plugin-lizard`, add it to your project by running:\n\n```bash\nfastlane add_plugin lizard\n```\n\n## About Lizard\n\nLizard is an extensible Cyclomatic Complexity Analyzer for many imperative programming\nlanguages including C/C++ (doesn't require all the header files or Java imports).\n\nFor more information check out the [GitHub repository][10]\n\n![Lizard][11]\n\n## Lizard Actions\n\nLizard has only one action so far\n\n```ruby\nlizard(\n  source_folder: 'foo',\n  language: 'swift',\n  export_type: 'csv',\n  report_file: 'bar.csv'\n)\n```\n\n### Options\n\n#### Multiple languages\n\n```ruby\nlanguage: 'swift,objectivec'\n```\n\n#### Multiple excludes\n\n```ruby\nexclude: 'spec_helper.rb,fixtures/*'\n```\n\n#### XML reports\n\n```ruby\nexport_type: 'xml'\n```\n\n## Sonar Swift Usage\n\nIn the default configuration, the [Backelite sonar-swift plugin][15] for SonarQube\nexpects an xml report located at `sonar-reports/lizard-report.xml`:\n\n```ruby\nlizard(source_folder: 'foo', export_type: 'xml', report_file: 'sonar-reports/lizard-report.xml')\n```\n\nThe plugin doesn't create the directories specified in the `report_file` path, so they must exist or an error will occur.\n\n## Issues and Feedback\n\nFor any other issues and feedback about this plugin, please submit it to this repository.\n\n## Troubleshooting\n\nIf you have trouble using plugins, check out the [Plugins Troubleshooting][12]\nguide.\n\n## Using _fastlane_ Plugins\n\nFor more information about how the `fastlane` plugin system works, check out the\n[Plugins documentation][13].\n\n## About _fastlane_\n\n_fastlane_ is the easiest way to automate beta deployments and releases for your\niOS and Android apps. To learn more, check out [fastlane.tools][14].\n\n[1]: https://rawcdn.githack.com/fastlane/fastlane/master/fastlane/assets/plugin-badge.svg\n[2]: https://rubygems.org/gems/fastlane-plugin-lizard\n[3]: https://badge.fury.io/rb/fastlane-plugin-lizard.svg\n[4]: https://badge.fury.io/rb/fastlane-plugin-lizard\n[5]: https://circleci.com/gh/liaogz82/fastlane-plugin-lizard.svg?style=svg\u0026circle-token=6d2bc552098ad6c8955ddecc9b058827e91e25cf\n[6]: https://circleci.com/gh/liaogz82/fastlane-plugin-lizard\n[7]: https://codecov.io/gh/liaogz82/fastlane-plugin-lizard/branch/master/graph/badge.svg\n[8]: https://codecov.io/gh/liaogz82/fastlane-plugin-lizard\n[9]: https://github.com/fastlane/fastlane\n[10]: https://github.com/terryyin/lizard\n[11]: https://camo.githubusercontent.com/bf0171b40f72483bc67dd4352db1d37c90a541c1/687474703a2f2f7777772e6c697a6172642e77732f776562736974652f7374617469632f696d672f6c6f676f2d736d616c6c2e706e67\n[12]: https://docs.fastlane.tools/plugins/plugins-troubleshooting/\n[13]: https://docs.fastlane.tools/plugins/create-plugin/\n[14]: https://fastlane.tools\n[15]: https://github.com/Backelite/sonar-swift\n[16]: https://api.codeclimate.com/v1/badges/c241884a5177ca46c672/maintainability\n[17]: https://codeclimate.com/github/liaogz82/fastlane-plugin-lizard/maintainability\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmosesliao%2Ffastlane-plugin-lizard","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmosesliao%2Ffastlane-plugin-lizard","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmosesliao%2Ffastlane-plugin-lizard/lists"}