16 Commits

Author SHA1 Message Date
Joe Turki
8867eb8597 Update lint rules, force testify/assert for tests
Use testify's assert package instead of the standard library's testing
package.
2025-04-07 02:59:21 +02:00
Joe Turki
0397f2187b Upgrade golangci-lint, more linters
Introduces new linters, upgrade golangci-lint to version (v1.63.4)
2025-01-18 10:57:33 -06:00
Steffen Vogel
ab3e9f2f89 Make package REUSE compliant 2023-04-18 13:19:15 +02:00
Steffen Vogel
daa5ee7e29 Fix typos 2023-04-12 10:22:35 +02:00
Steffen Vogel
7c533756a6 Harmonize nolint directives 2023-04-12 10:22:35 +02:00
Pion
3d933930cc Update CI configs to v0.7.2
Update lint scripts and CI configs.
Excluding codecov.yml.
2022-04-27 21:48:56 -04:00
Pion
c15bbe4175 Update CI configs to v0.4.12
Update lint scripts and CI configs.
Excluding codecov.yml.
2020-11-06 21:39:16 -08:00
ZHENK
85839ae560 Update CI configs to v0.4.7
Update lint scripts and CI configs.
Excluding codecov.yml.
2020-09-29 23:53:36 -07:00
Pion
c044f70398 Update CI configs to v0.4.5
Update lint scripts and CI configs.
Excluding codecov.yml.
2020-09-09 21:34:39 -07:00
Atsushi Watanabe
05f7805874 Fix lint errors
* Ignore disallowed-functions errors
  TODO:
  - Handle unintended input as error instead of panic.
  - Make executables only for testing as Go test.
* Fix filename lint error
  Replace hyphen by underscore.
* Disable godox linter
2020-05-06 00:26:51 -07:00
Aleksandr Razumov
872811ad91 attrs: add CheckOverflow and IsAttrSizeOverflow 2018-08-02 18:06:32 +03:00
Aleksandr Razumov
e09c446f9c all: fix BenchmarkUsername_GetFrom allocations
Signed-off-by: Aleksandr Razumov <ar@cydev.ru>
2017-12-15 00:46:55 +03:00
Aleksandr Razumov
63b375a10f errors: refactor 2017-02-27 23:41:04 +03:00
Aleksandr Razumov
a847b92321 all: fix allocations in tests 2017-02-26 11:32:01 +03:00
Aleksandr Razumov
5438704eca a:nonce: add bench for AttrLengthError 2017-02-22 21:24:50 +03:00
Aleksandr Razumov
542983501d all: refactor text attributes and cleanup 2017-02-22 19:22:12 +03:00