[openssl/openssl] c86d37: Modify check-format to match line length coding style

Neil Horman noreply at github.com
Thu Jul 11 17:01:59 UTC 2024


  Branch: refs/heads/master
  Home:   https://github.com/openssl/openssl
  Commit: c86d37cec919caf6ca71d093cff3e05ade1212fe
      https://github.com/openssl/openssl/commit/c86d37cec919caf6ca71d093cff3e05ade1212fe
  Author: Neil Horman <nhorman at openssl.org>
  Date:   2024-07-11 (Thu, 11 Jul 2024)

  Changed paths:
    M util/check-format.pl

  Log Message:
  -----------
  Modify check-format to match line length coding style

In an effort to clarify our coding style, generally line lengths SHOULD
be no longer than 80 columns but MUST be no longer than 100 columns

Modify the check-format.pl script to account for this.

Replace the -l|--sloppy-len option (which modifies the max line length
to 84 rather than 80 cols), with -l|--strict-len which reduces allowed
line length to 80 cols from the new default 100 cols).

Also fix up a typo in the docs indicating --sloppy-bodylen has a short
-l option (its actually -b)

Reviewed-by: Richard Levitte <levitte at openssl.org>
Reviewed-by: Matt Caswell <matt at openssl.org>
Reviewed-by: Paul Dale <ppzgs1 at gmail.com>
Reviewed-by: David von Oheimb <david.von.oheimb at siemens.com>
(Merged from https://github.com/openssl/openssl/pull/24841)



To unsubscribe from these emails, change your notification settings at https://github.com/openssl/openssl/settings/notifications


More information about the openssl-commits mailing list