-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #18 from abap2UI5/adjustements
update
- Loading branch information
Showing
12 changed files
with
43 additions
and
21 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
16 changes: 13 additions & 3 deletions
16
docs/advanced/insights/abaplint.md → docs/advanced/insights/linting.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,23 @@ | ||
--- | ||
outline: [2, 4] | ||
--- | ||
# abaplint | ||
# Linting | ||
|
||
The frontend JS code and the backend abap code are static code checked with every PR. | ||
|
||
### abaplint | ||
|
||
The project uses [abaplint](https://abaplint.app/) for static code analysis, ensuring code quality and adherence to ABAP best practices. | ||
|
||
### Configuration | ||
#### Configuration | ||
You can review the project-specific abaplint configuration [here.](https://github.com/abap2UI5/abap2UI5/blob/main/ci/abaplint/abaplint.jsonc) | ||
|
||
### Dashboard | ||
#### Dashboard | ||
All statistics and results from the abaplint analysis are available on the abaplint dashboard [here.](https://abaplint.app/stats/abap2UI5/abap2UI5) | ||
|
||
### ui5lint | ||
|
||
The project uses the [ui5linter]((https://github.com/SAP/ui5-linter)) for static code analysis of frontend artifacts. The linter checks for issues such as deprecated API usage and ensures compatibility with UI5 2.x. | ||
|
||
#### Configuration | ||
The default configuration is applied. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
# Drag & Drop | ||
|
||
With abap2UI5 you can leverages the drag-and-drop events of UI5 controls. To learn more, explore the sample `z2ui5_cl_demo_app_307`. |
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
# Contact | ||
|
||
abap2UI5 is a public project that values transparent and publicly visible communication. Whenever possible, please use public channels so others can join the conversation and benefit from the discussion. Reach out through the following platforms: | ||
|
||
* Social Media: Share your thoughts on [LinkedIn posts](https://www.linkedin.com/company/abap2ui5) | ||
* Repository: Open an issue or join discussions in the [GitHub repository](https://github.com/abap2UI5/abap2UI5/issues) | ||
* Slack: Connect on the abap2UI5 channel on [abapGit Slack](https://communityinviter.com/apps/abapgit/abap) | ||
|
||
For private inquiries, you can email at <[email protected]>. This is a spare-time project, responses might take a little longer. |