summaryrefslogtreecommitdiffstats
path: root/tools/clang-tidy/test/readability-else-after-return.json
blob: 7d2f8b0adf9f757831c4410548c51145953b3f1a (plain)
1
2
3
4
5
6
7
8
[
  [
    "warning",
    "do not use 'else' after 'return'",
    "readability-else-after-return"
  ],
  { "reliability": "high" }
]