Sebastiaan van Stijn
3e44cc4d00
cli/command/image: fix "unused-receiver", "line-length-limit" linting
cli/command/image/remove_test.go:24:7: unused-receiver: method receiver 'n' is not referenced in method's body, consider removing or renaming it as _ (revive)
func (n notFound) NotFound() {}
^
cli/command/image/formatter_history_test.go:110: line-length-limit: line is 558 characters, out of limit 200 (revive)
withTabs := `/bin/sh -c apt-key adv --keyserver hkp://pgp.mit.edu:80 --recv-keys 573BFD6B3D8FBC641079A6ABABF5BD827BD9BF62 && echo "deb http://nginx.org/packages/mainline/debian/ jessie nginx" >> /etc/apt/sources.list && apt-get update && apt-get install --no-install-recommends --no-install-suggests -y ca-certificates nginx=${NGINX_VERSION} nginx-module-xslt nginx-module-geoip nginx-module-image-filter nginx-module-perl nginx-module-njs gettext-base && rm -rf /var/lib/apt/lists/*` //nolint:lll
cli/command/image/formatter_history_test.go:111: line-length-limit: line is 552 characters, out of limit 200 (revive)
expected := `/bin/sh -c apt-key adv --keyserver hkp://pgp.mit.edu:80 --recv-keys 573BFD6B3D8FBC641079A6ABABF5BD827BD9BF62 && echo "deb http://nginx.org/packages/mainline/debian/ jessie nginx" >> /etc/apt/sources.list && apt-get update && apt-get install --no-install-recommends --no-install-suggests -y ca-certificates nginx=${NGINX_VERSION} nginx-module-xslt nginx-module-geoip nginx-module-image-filter nginx-module-perl nginx-module-njs gettext-base && rm -rf /var/lib/apt/lists/*` //nolint:lll
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2025-02-17 15:24:56 +01:00
..
2024-07-04 01:35:12 +02:00
2025-02-03 13:05:23 +01:00
2022-04-08 16:55:39 +02:00
2025-02-12 12:42:19 +00:00
2025-02-04 12:30:30 +00:00
2025-02-17 15:24:44 +01:00
2025-02-03 19:19:18 +01:00
2025-02-17 15:24:56 +01:00
2025-02-01 15:59:57 +01:00
2025-02-17 15:24:56 +01:00
2025-02-03 19:21:27 +01:00
2025-02-03 19:30:25 +01:00
2025-02-03 12:18:11 +01:00
2025-02-17 15:24:44 +01:00
2025-02-17 14:53:51 +01:00
2025-02-17 15:24:56 +01:00
2025-02-03 19:33:58 +01:00
2025-02-17 15:24:52 +01:00
2025-02-03 20:31:45 +01:00
2025-02-17 15:24:56 +01:00
2025-02-06 19:16:50 +01:00
2024-11-05 10:14:30 +01:00
2019-05-20 13:28:11 +01:00
2025-02-06 19:16:50 +01:00
2025-02-03 20:31:52 +01:00
2023-11-20 16:02:17 +01:00
2025-02-17 15:24:52 +01:00
2025-02-06 19:16:50 +01:00
2025-02-17 15:24:55 +01:00
2024-11-12 12:38:18 +01:00
2024-11-12 12:38:18 +01:00
2024-11-12 12:38:18 +01:00
2024-11-12 12:38:18 +01:00
2024-06-10 21:19:32 +02:00
2025-02-05 12:32:24 +01:00
2024-09-18 10:59:08 +01:00
2024-11-12 12:38:18 +01:00
2024-06-24 15:44:20 +02:00
2024-11-05 10:14:30 +01:00
2024-09-17 10:47:04 -05:00
2025-02-17 15:24:55 +01:00
2018-03-08 15:00:43 -05:00
2025-02-03 12:21:00 +01:00
2024-11-12 12:38:18 +01:00