Skip to content

style: fix line_break_multiple_parameters violations#44

Merged
MagPasulke merged 1 commit into
mainfrom
fix/further_abaplint_checks
May 24, 2026
Merged

style: fix line_break_multiple_parameters violations#44
MagPasulke merged 1 commit into
mainfrom
fix/further_abaplint_checks

Conversation

@MagPasulke
Copy link
Copy Markdown
Owner

Fixes all 42 line_break_multiple_parameters abaplint violations introduced by the new rule.

Changes

Expanded single-line multi-parameter method calls to multiline format across 3 files:

  • src/bo/zasis_cl_interpreter.clas.testclasses.abap — 39 violations (assert_equals calls)
  • src/bo/zasis_cx_ruleset_ui.clas.abap — 1 violation (super->constructor)
  • src/utils/zasis_cl_class_validator.clas.abap — 2 violations (RAISE EXCEPTION NEW)

Verification

npm run lint passes with 0 issues.

⚠️ Please sync to SAP system via abapGit and run ABAP Unit tests before merging.

Expand all single-line multi-parameter method calls to multiline
format as required by the new abaplint rule.

Files affected:
- src/bo/zasis_cl_interpreter.clas.testclasses.abap (39 violations)
- src/bo/zasis_cx_ruleset_ui.clas.abap (1 violation)
- src/utils/zasis_cl_class_validator.clas.abap (2 violations)
@MagPasulke MagPasulke merged commit f7595fb into main May 24, 2026
1 check passed
@MagPasulke MagPasulke deleted the fix/further_abaplint_checks branch May 24, 2026 21:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant