~apport-hackers/apport/main

« back to all changes in this revision

Viewing changes to bin/crash-digger

  • Committer: Simon Chopin
  • Author(s): Benjamin Drung
  • Date: 2023-04-20 13:51:57 UTC
  • Revision ID: git-v1:35a8473e3272270a9f70180e51877d9311259406
refactor: Increase pylint's max args to 6

Increase the allowed maximum arguments to six and move the overrides to
the individual functions/methods.

Signed-off-by: Benjamin Drung <benjamin.drung@canonical.com>

Show diffs side-by-side

added added

removed removed

Lines of Context:
34
34
        dupcheck_mode=False,
35
35
        publish_dir=None,
36
36
        crash_db=None,
37
 
    ):
 
37
    ):  # pylint: disable=too-many-arguments
38
38
        """Initialize pools."""
39
39
 
40
40
        self.retrace_pool = set()