{"id":13698837,"url":"https://github.com/SAP/code-pal-for-abap","last_synced_at":"2025-05-04T04:30:47.634Z","repository":{"id":36951042,"uuid":"252472689","full_name":"SAP/code-pal-for-abap","owner":"SAP","description":"code pal for ABAP is a highly configurable engine, fully integrated into the ABAP development framework ensuring Cloud’s built-in quality.","archived":false,"fork":false,"pushed_at":"2025-03-24T14:21:14.000Z","size":3100,"stargazers_count":374,"open_issues_count":32,"forks_count":70,"subscribers_count":25,"default_branch":"master","last_synced_at":"2025-04-30T18:16:24.405Z","etag":null,"topics":["abap","abapgit","atc","check","clean-code","code-inspector","inspector","open-source","quality","sap"],"latest_commit_sha":null,"homepage":"","language":"ABAP","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/SAP.png","metadata":{"files":{"readme":"README.md","changelog":"changelog.txt","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":"CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-04-02T14:05:42.000Z","updated_at":"2025-04-28T03:22:42.000Z","dependencies_parsed_at":"2024-01-15T09:59:05.264Z","dependency_job_id":"ebe045ca-e4ea-4f65-b414-eefaa412d64b","html_url":"https://github.com/SAP/code-pal-for-abap","commit_stats":null,"previous_names":[],"tags_count":26,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SAP%2Fcode-pal-for-abap","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SAP%2Fcode-pal-for-abap/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SAP%2Fcode-pal-for-abap/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SAP%2Fcode-pal-for-abap/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/SAP","download_url":"https://codeload.github.com/SAP/code-pal-for-abap/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252288912,"owners_count":21724323,"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":["abap","abapgit","atc","check","clean-code","code-inspector","inspector","open-source","quality","sap"],"created_at":"2024-08-02T19:00:53.651Z","updated_at":"2025-05-04T04:30:47.626Z","avatar_url":"https://github.com/SAP.png","language":"ABAP","funding_links":[],"categories":["Categories"],"sub_categories":["🔎 Code Inspector, Linter \u0026 Performance"],"readme":"# code pal for ABAP\n\n[![abap package version](https://img.shields.io/endpoint?url=https://shield.abap.space/version-shield-json/github/SAP/code-pal-for-abap/src/y_code_pal_version.intf.abap/abap\u0026label=version)](changelog.txt)\n[![license](https://img.shields.io/github/license/SAP/code-pal-for-abap)](LICENSE)\n[![REUSE status](https://api.reuse.software/badge/github.com/SAP/code-pal-for-abap)](https://api.reuse.software/info/github.com/SAP/code-pal-for-abap)\n\nThis tool provides a set of checks to help adhering to the [Clean ABAP style guide](https://github.com/SAP/styleguides/blob/main/clean-abap/CleanABAP.md). While not all recommendations from the guide can be checked by static code analysis and in certain situations strict adherence to the guide might not be recommended, this provides robust automated support at least for a subset of recommendations.\n\nIt's **free** and **open-source**.\n\nThis is the legacy version supporting local checks on check systems starting with SAP_BASIS release 7.40. For the remote-enabled version for ABAP Cloud, see the [Cloud Edition](https://github.com/SAP/code-pal-for-abap-cloud). \n\n## Features\n\n- Supported by Code Inspector (`SCI` / `SCII`) and ABAP Test Cockpit (ATC) (`SE80` / Eclipse);\n- Ignores automatically generated code;\n- Supports exemptions;\n- Provides a new user-friendly way to create variants ([Profile Management](pages/how-to-configure.md));\n- Allows configuration based on:\n  - Threshold;\n  - Severity / Priority;\n  - Validity for productive code, test code, or both;\n  - Validity for objects created since a specific date;\n  - Validity period;\n  - Allow / Deny exemption.\n\nSeverities set to `Notification` / `Priority 3` by default ([#368](https://github.com/SAP/code-pal-for-abap/issues/368)).\n\n## Set of Checks\n\n- [Check Documentation](docs/check_documentation.md)\n\n## Dependencies\n- Since Version 1.00 - SAP NetWeaver **7.40 SP8** or higher\n- [abapGit](https://docs.abapgit.org/)\n\n## How-to Guides\n\n- **[Install](pages/how-to-install.md)**\n- **[Configure](pages/how-to-configure.md)**\n- **[Execute](pages/how-to-execute.md)**\n- **[Contribute](pages/how-to-contribute.md)**\n\n## Further Documentation\n- [Known issues](pages/known-issues.md)\n\n## Recommended Readings\n\n- [Clean ABAP](https://github.com/SAP/styleguides/blob/main/clean-abap/CleanABAP.md)\n- [ABAP 7.40 Quick Reference](https://blogs.sap.com/2015/10/25/abap-740-quick-reference/)\n- [ABAP Built-in Functions](https://blogs.sap.com/2015/11/30/reminder-abap-built-in-functions/)\n- [ABAP - Release-Specific Changes](https://help.sap.com/doc/abapdocu_latest_index_htm/latest/en-US/abennews.htm)\n\n## Recommended Courses\n\n- [Writing Testable Code for ABAP](https://open.sap.com/courses/wtc1/items/2gzG0sRlN1yjkTUREB02L9)\n- [ABAP Development for S/4HANA](https://open.sap.com/courses/a4h1)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FSAP%2Fcode-pal-for-abap","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FSAP%2Fcode-pal-for-abap","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FSAP%2Fcode-pal-for-abap/lists"}