You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
pao214
changed the title
[YSQL] Fix linter error when the copyright string is wrong
[YSQL] Replace copyright string YugaByteDB with YugabyteDB
Sep 16, 2024
Summary:
When running arc lint on a file that has
```
// Copyright (c) YugaByteDB, Inc.
```
the linter fails with an error
```
arc lint
Exception
Undefined offset: -1
(Run with `--trace` for a full exception trace.)
```
The error message is not informative since this is an array index out of bounds exception within the linter. This makes it difficult for devs to root cause the issue.
This revision replaces the copyright string from the old version `YugaByteDB` to the correct version `YugabyteDB`.
Jira: DB-12838
Test Plan: Jenkins
Reviewers: amartsinchyk
Reviewed By: amartsinchyk
Subscribers: ybase, yql
Differential Revision: https://phorge.dev.yugabyte.com/D38073
Jira Link: DB-12838
Description
Linter gives up with an internal offset error.
Issue Type
kind/bug
Warning: Please confirm that this issue does not contain any sensitive information
The text was updated successfully, but these errors were encountered: