-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
atlasaction: add code suggestion comments to migrate lint action #119
Conversation
Atlas Lint ReportAnalyzed migrations
Migrations automatically reviewed by Atlas |
Atlas Lint ReportAnalyzed migrations2
Migrations automatically reviewed by Atlas |
Migrations automatically reviewed with Atlas |
Migrations automatically reviewed with Atlas |
b42ef76
to
2555eaa
Compare
5e0c4f1
to
8ff887a
Compare
8ff887a
to
495d388
Compare
@@ -355,20 +355,20 @@ func TestMigrateLint(t *testing.T) { | |||
require.NoError(t, err) | |||
require.Equal(t, 0, len(out)) | |||
}) | |||
t.Run("lint with error", func(t *testing.T) { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this test is included in the test case bellow: lint summary - lint error
, thus I deleted it
54339da
to
46f5f9a
Compare
46f5f9a
to
f6911e5
Compare
* update atlas-go-sdk * small refactor of code * add code suggestion function * test commit * fix test * update tests * update atlas go sdk verison * temp * update atlas sdk * fix tests * small fixes * fix test * add suggestion message to comment * add logic to upsert review comments * update tests * change notice to warning on check annotations * fix tests
see: