Commit 55735d8
1.15.0 (#379)
* 1.15.0
* Update changelog.txt
* CALL METHOD Usage does not check if the method call is dynamic (#397)
* fixes #396
fixes #396
* Update changelog.txt
* disabling fields (#395)
* comment usage bugfix (#406)
* bugfix
* abaplint
* small changes
* some anti magic
* unit test update
* update
* removal of constants
* line break
* Update changelog.txt
Co-authored-by: Lucas Borin <5233413+lucasborin@users.noreply.github.com>
* fixes #400 (#411)
* fixes #400
* Update changelog.txt
* False positive assert (#410)
* fixes #400
* Update changelog.txt
* Nesting Depth - Macro (#425)
* resolves #422
* Update changelog.txt
* Use | to assemble text (#416)
* new check
* Fixing Contains non 7 bit ascii character
* Update changelog.txt
* Update check_documentation.md
* Update check_documentation.md
* Create text-assembly.md
* Update check_documentation.md
* Update text-assembly.md
* Update text-assembly.md
* new name
* new example
* Update text-assembly.md
* Prefer RETURNING to EXPORTING (#418)
* new check
* Update changelog.txt
* exceptional cases
* Update check_documentation.md
* Create prefer-returning-to-exporting.md
* Delete prefer-returning-to-exporting.md
* Create prefer-returning-to-exporting.md
* renaming file
* Update prefer-returning-to-exporting.md
* Variable "statement" not used
* IF in IF. Use IF cond1 AND cond2 instead
* adding example
* Update equals-sign-chaining.md (#423)
* Avoid Default Key (#414)
* new check
* skip comments and pragmas
* Update check_documentation.md
* Create avoid-default-key.md
* Update changelog.txt
* Make messages translatable (#428)
* implements #420
* Update check_documentation.md
* Update check_documentation.md
* renaming
* Create message-translation.md
* new tests
* Update changelog.txt
* Update check_documentation.md
* Update message-translation.md
* simple-cspell (#432)
* adding tool
* Create main.yml
* Update main.yml
* Update main.yml
* Update main.yml
* Update main.yml
* Create main.yml
* Create .cspell.json
* Update main.yml
* Update main.yml
* Delete .cspell.json
* Create cspell.json
* Update main.yml
* Delete cspell.json
* Create cspell.json
* Update main.yml
* Update cspell.json
* Update cspell.json
* fixing typos
* Delete .github/actions/spelling directory
* Delete spelling.yml
* typos
* typo
* Update cspell.json
* master => main
* typos
* Update cspell.json
* Update cspell.json
* Update cspell.json
* Update main.yml
* Rename cspell.json to .cspell.json
* Update bug-report.md
* Update README.md
* Update README.md
* style guide -> clean abap
* style guide -> clean abap
* short urls
* Update README.md
* Update check-in-loop.md
* Make Messages Easy to Find (#426)
* new check
* Escape SQL host variables
* Line break multiple parameters
* fixing hardcoded msgs
* Update changelog.txt
* Update check_documentation.md
* fixing false positives
* Create undetectable-message-statement.md
* Update undetectable-message-statement.md
* Update .cspell.json
* renaming
* Update check_documentation.md
* Update and rename undetectable-message-statement.md to message-easy-to-find.md
* Update message-easy-to-find.md
* Fix syntax errors in code example (#435)
method->methods
definition public
c is not a valid returning parameter (not fully typed)
Co-authored-by: Eugen Günther <64586309+eugen-guenther-sap@users.noreply.github.com>
* Wrong pragma in example code (#434)
Co-authored-by: Eugen Günther <64586309+eugen-guenther-sap@users.noreply.github.com>
* Update changelog.txt
Adding fixes into the changelog:
#434
#435
* Comment Usage Bug (#438)
* enhancements
* Missing space between string or character literal and parentheses
* fixing issue detected in 1.15.0 (#439)
* Update check_documentation.md
Co-authored-by: Eugen Günther <64586309+eugen-guenther-sap@users.noreply.github.com>
Co-authored-by: Frederik Hudák <frederik.hudak@sap.com>
Co-authored-by: Jan Ježek <jan.jezek@sap.com>1 parent 4e12476 commit 55735d8
File tree
73 files changed
+2132
-124
lines changed- .github
- ISSUE_TEMPLATE
- workflows
- docs
- checks
- pages
- src
- checks
- examples
- foundation
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
73 files changed
+2132
-124
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
| 10 | + | |
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
| 7 | + | |
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
15 | 29 | | |
16 | 30 | | |
17 | 31 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| 7 | + | |
7 | 8 | | |
8 | 9 | | |
9 | 10 | | |
| |||
26 | 27 | | |
27 | 28 | | |
28 | 29 | | |
29 | | - | |
30 | 30 | | |
| 31 | + | |
| 32 | + | |
31 | 33 | | |
| 34 | + | |
32 | 35 | | |
33 | 36 | | |
34 | 37 | | |
| |||
39 | 42 | | |
40 | 43 | | |
41 | 44 | | |
| 45 | + | |
42 | 46 | | |
43 | 47 | | |
44 | 48 | | |
| |||
51 | 55 | | |
52 | 56 | | |
53 | 57 | | |
| 58 | + | |
54 | 59 | | |
55 | 60 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
40 | | - | |
| 40 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
43 | | - | |
| 43 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
51 | 51 | | |
52 | 52 | | |
53 | 53 | | |
54 | | - | |
| 54 | + | |
0 commit comments