Skip to content
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

Updates go version and lint version in CI #18

Merged
merged 2 commits into from
Jan 27, 2024

Conversation

M4tteoP
Copy link
Member

@M4tteoP M4tteoP commented Jan 27, 2024

No description provided.

Copy link

codecov bot commented Jan 27, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (cc65032) 89.28% compared to head (b60b118) 90.21%.
Report is 1 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff             @@
##           master      #18      +/-   ##
==========================================
+ Coverage   89.28%   90.21%   +0.93%     
==========================================
  Files           8        8              
  Lines        1521     1523       +2     
==========================================
+ Hits         1358     1374      +16     
+ Misses        142      128      -14     
  Partials       21       21              

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Copy link

Quality Gate Passed Quality Gate passed

Kudos, no new issues were introduced!

0 New issues
0 Security Hotspots
No data about Coverage
0.0% Duplication on New Code

See analysis details on SonarCloud

@@ -23,7 +23,7 @@ const (

// Look forward for doubling of delimiter
//
// case 'foo''bar' -> foo''bar
// case 'foo' 'bar' -> foo' 'bar
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I had to add the spaces because the linter was complaining and wanted to merge '' into ". Also my IDE was trying to do the same 🤔:

-// case 'foo''bar' -> foo''bar
+// case 'foo”bar' -> foo”bar

Copy link
Member

@fzipi fzipi left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@fzipi fzipi merged commit 243c29f into corazawaf:master Jan 27, 2024
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants