PluginRope.epj

branch
eric7
changeset 385
9bbd74b51d88
parent 383
a89b3f379703
child 389
4f53795beff0
--- a/PluginRope.epj	Sat Jun 25 16:31:22 2022 +0200
+++ b/PluginRope.epj	Sat Jun 25 17:55:41 2022 +0200
@@ -61,7 +61,7 @@
         "CopyrightMinFileSize": 0,
         "DocstringType": "eric",
         "EnabledCheckerCategories": "C, D, E, M, N, Y, W",
-        "ExcludeFiles": "*/Ui_*.py, */*_rc.py, */rope/*",
+        "ExcludeFiles": "*/Ui_*.py, */default_config.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,Y401,Y402",
         "FixCodes": "",
         "FixIssues": false,
@@ -128,7 +128,8 @@
           ".eric7project"
         ],
         "ignoreFilePatterns": [
-          "Ui_*"
+          "Ui_*",
+          "default_config.py"
         ],
         "outputDirectory": "RefactoringRope/Documentation/source",
         "qtHelpEnabled": false,
@@ -263,6 +264,7 @@
       "RefactoringRope/RopeProgressDialog.py",
       "RefactoringRope/UseFunctionDialog.py",
       "RefactoringRope/__init__.py",
+      "RefactoringRope/default_config.py",
       "__init__.py"
     ],
     "SPELLEXCLUDES": "",

eric ide

mercurial