Branch: refs/heads/master
  Home:   https://github.com/openssl/openssl
  Commit: c86d37cec919caf6ca71d093cff3e05ade1212fe
      
https://github.com/openssl/openssl/commit/c86d37cec919caf6ca71d093cff3e05ade1212fe
  Author: Neil Horman <nhor...@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 <levi...@openssl.org>
Reviewed-by: Matt Caswell <m...@openssl.org>
Reviewed-by: Paul Dale <ppz...@gmail.com>
Reviewed-by: David von Oheimb <david.von.ohe...@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

Reply via email to