Skip to content

Commit

Permalink
chore: Disable line-length checking on player version line (#7318)
Browse files Browse the repository at this point in the history
The max line length of 80 characters was exceeded by a release PR in the newly-created v4.9.2-caf branch, for release tagged as v4.9.2-caf1.

This disables the line length check for this robot-maintained line.
  • Loading branch information
joeyparrish committed Sep 14, 2024
1 parent 5eff3d9 commit f3cf6ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/player.js
Original file line number Diff line number Diff line change
Expand Up @@ -7849,7 +7849,7 @@ shaka.Player.TYPICAL_BUFFERING_THRESHOLD_ = 0.5;
* @define {string} A version number taken from git at compile time.
* @export
*/
// eslint-disable-next-line no-useless-concat
// eslint-disable-next-line no-useless-concat, max-len
shaka.Player.version = 'v4.10.16' + '-uncompiled'; // x-release-please-version

// Initialize the deprecation system using the version string we just set
Expand Down

0 comments on commit f3cf6ce

Please sign in to comment.