1
0
mirror of https://github.com/mgechev/revive.git synced 2025-11-23 22:04:49 +02:00
Commit Graph

6 Commits

Author SHA1 Message Date
Hazhir Derakhshi
3f2cbe9d4b fix: update rule description URLs to point to revive.run (#1360) 2025-05-20 09:26:22 +02:00
renovate[bot]
1c13e455be fix(deps): update module github.com/mgechev/dots to v1.0.0 (#1358)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Oleksandr Redko <oleksandr.red+github@gmail.com>
2025-05-19 09:29:04 -07:00
chavacava
e16f5aa5a6 refactor: tiny refactoring on friendly, sarif and stylish formatters (#1355)
* refactor: replace function call by var ref and move def near utilization in friendly and stylish formatters

* refactor: makes reduces visibility of Sarif.AddResult function by renaming it as addResult

* fix: stylish formatter doesn't handle singular/plural in the synthesis message
2025-05-18 10:52:49 +02:00
Arjun Rajpal
26125211ba Integrate golangci-lint into CI/CD pipeline (#1346)
Co-authored-by: ccoVeille <3875889+ccoVeille@users.noreply.github.com>
Co-authored-by: Oleksandr Redko <oleksandr.red+github@gmail.com>
2025-05-16 05:12:23 -07:00
Oleksandr Redko
772285d9c7 fix: change URL to the page with rules descriptions (#1129) 2024-11-16 12:09:38 +01:00
WillAbides
cb72bd880d formatters return output (#921)
Some of the formatters were writing directly to stdout instead of returning the output. That made them more difficult to use them with revivelib. This PR updates those formatters to write to a buffer and return the resulting string.
2023-10-29 08:05:08 +01:00