Sophie

Sophie

distrib > Mageia > 6 > x86_64 > media > core-release > by-pkgid > 5c93f9847d132696ad97ca1355bbb08f > files > 11

mascot-1.0-11.mga6.x86_64.rpm

category code {
  open = true;
  useless_binding = true;
  string_literals = true;
  nested_for = { maximum = 2; }
  identifier_length = true;
  complex_condition = { maximum = 3; };
}

category documentation {
  type_comment = true;
  value_comment = true;
  spell = true;
}

category interface {
  exported_count = { maximum = 2; };
}

category metrics {
  coupling = true;
}

category miscellaneous {
  regexp = { expr = "Obj\\.magic"; case_sensitive = false; level = warning };
}

category typography {
  tab_character = true;
  trailing_new_line = true;
  trailing_white_space = true;
  line_length = { maximum = 78; }
}