eric6.epj

changeset 8123
b93ae18a4395
parent 8122
eb85ced7844c
child 8125
9e789fa8f38e
--- a/eric6.epj	Sat Feb 20 14:28:14 2021 +0100
+++ b/eric6.epj	Sat Feb 20 14:39:55 2021 +0100
@@ -2388,22 +2388,38 @@
     "PROJECTTYPESPECIFICDATA": {},
     "CHECKERSPARMS": {
       "Pep8Checker": {
-        "AnnotationsChecker": {
-          "MaximumComplexity": 3,
-          "MinimumCoverage": 75
-        },
+        "EnabledCheckerCategories": "C, D, E, M, N, W",
+        "ExcludeFiles": "*/ThirdParty/*, */coverage/*, */Ui_*.py, */Examples/*, */*_rc.py,*/pycodestyle.py,*/pyflakes/checker.py,*/mccabe.py,*/eradicate.py",
+        "ExcludeMessages": "C101,E265,E266,E305,E402,M201,M301,M302,M303,M304,M305,M306,M307,M308,M311,M312,M313,M314,M315,M321,M701,M702,M811,M834,N802,N803,N807,N808,N821,W293,W504",
+        "IncludeMessages": "",
+        "RepeatMessages": true,
+        "FixCodes": "",
+        "NoFixCodes": "E501",
+        "FixIssues": false,
+        "ShowIgnored": false,
+        "MaxLineLength": 79,
+        "MaxDocLineLength": 79,
         "BlankLines": [
           2,
           1
         ],
+        "HangClosing": false,
+        "DocstringType": "eric",
+        "MaxCodeComplexity": 10,
+        "LineComplexity": 25,
+        "LineComplexityScore": 10,
+        "ValidEncodings": "latin-1, utf-8",
+        "CopyrightMinFileSize": 0,
+        "CopyrightAuthor": "",
+        "FutureChecker": "",
         "BuiltinsChecker": {
-          "bytes": [
+          "str": [
             "unicode"
           ],
           "chr": [
             "unichr"
           ],
-          "str": [
+          "bytes": [
             "unicode"
           ]
         },
@@ -2425,26 +2441,11 @@
             "- "
           ]
         },
-        "CopyrightAuthor": "",
-        "CopyrightMinFileSize": 0,
-        "DocstringType": "eric",
-        "EnabledCheckerCategories": "C, D, E, M, N, W",
-        "ExcludeFiles": "*/ThirdParty/*, */coverage/*, */Ui_*.py, */Examples/*, */*_rc.py,*/pycodestyle.py,*/pyflakes/checker.py,*/mccabe.py,*/eradicate.py",
-        "ExcludeMessages": "C101,E265,E266,E305,E402,M201,M301,M302,M303,M304,M305,M306,M307,M308,M311,M312,M313,M314,M315,M321,M701,M702,M811,M834,N802,N803,N807,N808,N821,W293,W504",
-        "FixCodes": "",
-        "FixIssues": false,
-        "FutureChecker": "",
-        "HangClosing": false,
-        "IncludeMessages": "",
-        "LineComplexity": 25,
-        "LineComplexityScore": 10,
-        "MaxCodeComplexity": 10,
-        "MaxDocLineLength": 79,
-        "MaxLineLength": 79,
-        "NoFixCodes": "E501",
-        "RepeatMessages": true,
+        "AnnotationsChecker": {
+          "MinimumCoverage": 75,
+          "MaximumComplexity": 3
+        },
         "SecurityChecker": {
-          "CheckTypedException": false,
           "HardcodedTmpDirectories": [
             "/tmp",
             "/var/tmp",
@@ -2468,13 +2469,12 @@
           ],
           "WeakKeySizeDsaHigh": "1024",
           "WeakKeySizeDsaMedium": "2048",
+          "WeakKeySizeRsaHigh": "1024",
+          "WeakKeySizeRsaMedium": "2048",
           "WeakKeySizeEcHigh": "160",
           "WeakKeySizeEcMedium": "224",
-          "WeakKeySizeRsaHigh": "1024",
-          "WeakKeySizeRsaMedium": "2048"
-        },
-        "ShowIgnored": false,
-        "ValidEncodings": "latin-1, utf-8"
+          "CheckTypedException": false
+        }
       },
       "SyntaxChecker": {
         "ExcludeFiles": "*/coverage/*, */ThirdParty/*, */Examples/*"

eric ide

mercurial