integrated-application-development / delphilint

Delphi IDE package providing on-the-fly code analysis and linting, powered by SonarDelphi
GNU Lesser General Public License v3.0
87 stars 13 forks source link

Support wildcard project keys in token settings #69

Closed fourls closed 1 month ago

fourls commented 1 month ago

Adds support for a wildcard project key when configuring authorization tokens in DelphiLint settings. When scanning a project, if there is no authorization token listed under the project key and host combination, it will then attempt to find an authorization token listed under * and the host.

Example of a wildcard project key:

image

See discussion in https://github.com/integrated-application-development/delphilint/issues/53#issuecomment-2272483229