Skip to content

Commit

Permalink
Add static code analysis indicator in detail view
Browse files Browse the repository at this point in the history
  • Loading branch information
magaupp committed Jan 9, 2025
1 parent 599c92e commit bce2fd3
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -369,6 +369,11 @@ export class ProgrammingExerciseDetailComponent implements OnInit, OnDestroy {
title: 'artemisApp.programmingExercise.programmingLanguage',
data: { text: exercise.programmingLanguage?.toUpperCase() },
},
{
type: DetailType.Boolean,
title: 'artemisApp.programmingExercise.enableStaticCodeAnalysis.title',
data: { boolean: exercise.staticCodeAnalysisEnabled },
},
{
type: DetailType.Boolean,
title: 'artemisApp.programmingExercise.sequentialTestRuns.title',
Expand Down

0 comments on commit bce2fd3

Please sign in to comment.