diff options
author | Jack Lloyd <[email protected]> | 2019-09-07 16:52:27 -0400 |
---|---|---|
committer | Jack Lloyd <[email protected]> | 2019-09-07 16:52:27 -0400 |
commit | c437e43066ae73741a3eb57f159d74250b311a9c (patch) | |
tree | a70b6d12fec97cc27bddd83e72c85cdab8099d47 /src/configs | |
parent | a2845235b3721526da2b0a949fe6053e1320eec3 (diff) |
Disable vperm AES on big-endian systems
All the constants need to be tweaked and possibly other changes
are required.
Diffstat (limited to 'src/configs')
-rw-r--r-- | src/configs/pylint.rc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/configs/pylint.rc b/src/configs/pylint.rc index aea9463e6..ae9d2e24c 100644 --- a/src/configs/pylint.rc +++ b/src/configs/pylint.rc @@ -360,7 +360,7 @@ max-statements=50 max-parents=7 # Maximum number of attributes for a class (see R0902). -max-attributes=15 +max-attributes=32 # Minimum number of public methods for a class (see R0903). min-public-methods=0 |