Associate 'convention' tag with additional rules

Suggestion: Associate the ‘convention’ tag also with the following rules (across all languages):

  • Lambdas should not have too many lines – S5612
  • Control structures should use curly braces – S121
  • Ternary operator should not be used – S1774
  • Track lack of copyright and license headers – S1451