missing_attrs.lint 156 B

1234567
  1. # -*- Mode: python; indent-tabs-mode: nil; tab-width: 40 -*-
  2. LINTER = {
  3. 'name': "MissingAttrsLinter",
  4. 'description': "Missing type and payload",
  5. }