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-02-17 15:24:56 +01:00
2025-02-17 15:24:54 +01:00
2025-02-17 15:24:54 +01:00
2025-02-17 15:24:53 +01:00
2025-01-08 18:11:19 +01:00
2024-04-03 12:01:28 -05:00
2025-02-03 12:21:00 +01:00
2024-10-19 00:48:16 +02:00
2025-02-17 15:24:54 +01:00
2025-02-17 15:24:54 +01:00
2025-02-17 15:24:55 +01:00
2023-04-03 11:27:26 +02:00
2025-02-17 15:24:54 +01:00
2019-01-29 11:26:40 +00:00
2021-10-11 16:54:22 +02:00
2022-06-28 17:32:09 +02:00
2025-02-17 15:24:52 +01:00
2025-02-06 14:16:20 +01:00
2024-07-05 03:35:14 +02:00
2024-08-26 13:55:28 +02:00