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
..
2025-01-03 13:45:38 +01:00
2024-10-10 17:00:43 +02:00
2024-07-04 01:35:12 +02:00
2025-01-20 16:36:11 +01:00
2025-02-14 19:22:53 +01:00
2022-05-12 12:59:10 +02:00
2025-02-17 15:24:56 +01:00
2023-11-20 16:02:16 +01:00
2025-02-14 19:22:53 +01:00
2025-02-14 19:22:53 +01:00
2025-02-01 15:59:57 +01:00
2025-01-20 16:36:11 +01:00
2025-02-06 19:16:50 +01:00
2025-02-12 12:42:19 +00:00
2025-02-01 15:59:57 +01:00
2024-08-16 15:09:51 +02:00
2025-02-14 19:22:53 +01:00
2025-02-14 19:22:53 +01:00
2025-02-01 15:59:57 +01:00
2024-04-02 15:54:29 +02:00
2024-11-05 10:14:30 +01:00
2025-02-03 12:18:11 +01:00
2025-02-01 15:59:57 +01:00
2025-02-12 12:42:19 +00:00
2025-02-17 15:24:56 +01:00
2025-02-12 12:42:19 +00:00
2025-02-14 19:22:53 +01:00
2025-02-14 19:22:53 +01:00
2024-07-05 03:35:14 +02:00
2025-02-12 12:42:19 +00:00
2025-02-03 18:24:32 +01:00
2022-09-22 17:28:07 +02:00
2025-02-03 12:18:11 +01:00