Skip to content

Latest commit

 

History

History
42 lines (28 loc) · 1.35 KB

File metadata and controls

42 lines (28 loc) · 1.35 KB

Rule suppress suggestion - Decision

Meeting

Date for meeting

20-12-2020

ATC Core members in meeting

Rule summary

Value
Title S1135 Track uses of "TODO" tags
CheckId S1135
Category Code Smell
Link https://rules.sonarsource.com/csharp/RSPEC-1135

What is the problem

Issue #11

Decision

We update the root/.editorconfig with severity = suggestion and a doc-link.

And let the team members have to ensure task on the board for TODO's and NotImplementedExecption's in the end of a sprint.

Reason & arguments

  • In practice, we need TODO's and NotImplementedExecption for situations as scaffold and 'handover code'.
  • The code review process should take care of awareness of the TODO's and NotImplementedExecption's in the code.