bnichell

Results 7 issues of bnichell

Currently the CLI tool only allows to change the source files directly based on the given rules. For code review purposes I propose a `--check-only` CLI flag, that only reports...

new option

Currently the output format is human readable. For automation purposes, I propose to introduce further output formats, which then could be e.g. used in CI pipelines. `abaplint` provides [several formats](https://github.com/abaplint/abaplint/tree/main/packages/cli/src/formatters)...

new option

When an object is changed in the SAP Gui, it can lead to unrelated formatting changes in the coding of that object. For instance, if a method signature is being...

enhancement

Currently the rule `Standardize empty lines within methods` allows to set max values for empty lines at method start and end. Thus, it is not possible to enforce consistency without...

new option

Several rules add `TODO` comments to the code. Teams could have conventions for `TODO` keywords. For this reason, I propose to allow customizing the TODO keyword. If this is is...

enhancement

It could be helpful to add a CLI parameter, which logs the ABAP cleaner version to stdout. This could be interesting for instance in CI, when it needs to be...

enhancement

### ESLint version v9.12.0 ### What problem do you want to solve? ```js import js from '@eslint/js'; ``` results in TypeScript error (TS7016): `Could not find a declaration file for...

enhancement
core
accepted