pasta's TCP proxy sends RST packets with wrong sequence numbers after the first data packet, breaking TCP connections from Docker containers to external hosts. slirp4netns doesn't have this bug. Changes: - Default gitea_runner_docker_rootless_net_driver changed to slirp4netns - Port driver: 'implicit' for pasta, 'builtin' for slirp4netns - daemon.json: DNS configured per driver (10.0.2.3 for pasta, 8.8.8.8 for slirp4netns) - IPv6 only enabled for pasta (slirp4netns doesn't support IPv6) - integration_test: retry service active check (handles slow startup)
13 lines
479 B
YAML
13 lines
479 B
YAML
extends: existence
|
|
message: "Don't attribute human qualities to software or hardware ('%s')."
|
|
link: https://developers.google.com/style/anthropomorphism
|
|
level: suggestion
|
|
ignorecase: true
|
|
# Limited to the two verbs the guide itself names. Broader lists (wants, knows,
|
|
# thinks) can't tell a software subject from a human one: on a 950-file corpus
|
|
# they produced 8 false positives ('the customer wants', 'your audience knows')
|
|
# for every 2 real ones.
|
|
tokens:
|
|
- sees
|
|
- tells
|