abaplint / abaplint-sci-client

ABAP part for running abaplint on ABAP backend
MIT License
38 stars 20 forks source link

Fallback/default configuration #274

Open BlackmanCC opened 1 year ago

BlackmanCC commented 1 year ago

I would like to use abaplint checks integrated in SCI/ATC, but I do not like to give a configuration for each package. Instead I would like to use a fallback configuration e.g. of package $ABAPLINT_FALLBACK_CONFIG (empty package or reference package) if there is no configuration for package found. I implemented this by post-exit enhancement for method FIND_FROM_PACKAGE in ZCL_ABAPLINT_CONFIGURATION, but I think this would be useful for other people.