grafana / xk6-webcrypto

WIP implementation of the WebCrypto specification for k6
GNU Affero General Public License v3.0
7 stars 4 forks source link

Address linter issues related to repeated static strings #58

Closed oleiade closed 10 months ago

oleiade commented 10 months ago

This PR addresses the linter warning related to how we repeat the same static string multiple times, and as per the recommendation defines that repeated string in a constant.