Skip to content

Commit

Permalink
Let's tolerate a bit longer lines...
Browse files Browse the repository at this point in the history
...otherwise we will have to tolerate uglier code.
  • Loading branch information
DimitriPapadopoulos committed Nov 5, 2023
1 parent 52f6111 commit 031d2ac
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions src/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -312,8 +312,7 @@ int main(int argc, char **argv)
{"pppd-ipparam", required_argument, NULL, 0},
{"pppd-ifname", required_argument, NULL, 0},
{"pppd-call", required_argument, NULL, 0},
{"pppd-accept-remote", optional_argument,
&cli_cfg.pppd_accept_remote, 1},
{"pppd-accept-remote", optional_argument, &cli_cfg.pppd_accept_remote, 1},
{"plugin", required_argument, NULL, 0}, // deprecated
#endif
#if HAVE_USR_SBIN_PPP
Expand Down
2 changes: 1 addition & 1 deletion tests/lint/line_length.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
import sys

# Guidelines say 80, let's tolerate a bit more
MAX = 90
MAX = 92


def endswithstring(line):
Expand Down

0 comments on commit 031d2ac

Please sign in to comment.