#144 Ajout de la date et de mon nom sur la table des modifications. Modification de stylecop pour correspondre au cahier des charges.

This commit is contained in:
josephine.vetu
2026-03-31 13:41:04 +02:00
parent 8eaefe7903
commit f573ac2455
8 changed files with 15 additions and 18 deletions

View File

@@ -11,6 +11,7 @@
| Date | Auteur | | Date | Auteur |
| ----- | ------------- | | ----- | ------------- |
| 25/03 | Clément Bobin | | 25/03 | Clément Bobin |
| 31/03 | Joséphine Vetu |
--- ---

View File

@@ -2,12 +2,8 @@
"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json",
"settings": { "settings": {
"documentationRules": { "documentationRules": {
"companyName": "Equipe 1 - BOBIN, MASI, NODON, VETU",
"documentationCulture": "fr-FR" "documentationCulture": "fr-FR"
}, }
"maintainabilityRules": {
"settings": {
"commonWords": [ "Obtient", "définit" ]
}
} }
} }
}

View File

@@ -1,5 +1,5 @@
// <copyright file="CommentaireViewModel.cs" company="PlaceholderCompany"> // <copyright file="CommentaireViewModel.cs" company="Equipe 1 - BOBIN, MASI, NODON, VETU">
// Copyright (c) PlaceholderCompany. All rights reserved. // Copyright (c) Equipe 1 - BOBIN, MASI, NODON, VETU. All rights reserved.
// </copyright> // </copyright>
namespace Webzine.WebApplication.Areas.Administration.ViewModels.Commentaire namespace Webzine.WebApplication.Areas.Administration.ViewModels.Commentaire

View File

@@ -1,5 +1,5 @@
// <copyright file="StyleCreateViewModel.cs" company="PlaceholderCompany"> // <copyright file="StyleCreateViewModel.cs" company="Equipe 1 - BOBIN, MASI, NODON, VETU">
// Copyright (c) PlaceholderCompany. All rights reserved. // Copyright (c) Equipe 1 - BOBIN, MASI, NODON, VETU. All rights reserved.
// </copyright> // </copyright>
namespace Webzine.WebApplication.Areas.Administration.ViewModels.Style namespace Webzine.WebApplication.Areas.Administration.ViewModels.Style

View File

@@ -1,5 +1,5 @@
// <copyright file="StyleDeleteViewModel.cs" company="PlaceholderCompany"> // <copyright file="StyleDeleteViewModel.cs" company="Equipe 1 - BOBIN, MASI, NODON, VETU">
// Copyright (c) PlaceholderCompany. All rights reserved. // Copyright (c) Equipe 1 - BOBIN, MASI, NODON, VETU. All rights reserved.
// </copyright> // </copyright>
namespace Webzine.WebApplication.Areas.Administration.ViewModels.Style namespace Webzine.WebApplication.Areas.Administration.ViewModels.Style

View File

@@ -1,5 +1,5 @@
// <copyright file="StyleEditViewModel.cs" company="PlaceholderCompany"> // <copyright file="StyleEditViewModel.cs" company="Equipe 1 - BOBIN, MASI, NODON, VETU">
// Copyright (c) PlaceholderCompany. All rights reserved. // Copyright (c) Equipe 1 - BOBIN, MASI, NODON, VETU. All rights reserved.
// </copyright> // </copyright>
namespace Webzine.WebApplication.Areas.Administration.ViewModels.Style namespace Webzine.WebApplication.Areas.Administration.ViewModels.Style

View File

@@ -1,5 +1,5 @@
// <copyright file="RechercheController.cs" company="PlaceholderCompany"> // <copyright file="RechercheController.cs" company="Equipe 1 - BOBIN, MASI, NODON, VETU">
// Copyright (c) PlaceholderCompany. All rights reserved. // Copyright (c) Equipe 1 - BOBIN, MASI, NODON, VETU. All rights reserved.
// </copyright> // </copyright>
namespace Webzine.WebApplication.Controllers namespace Webzine.WebApplication.Controllers

View File

@@ -1,5 +1,5 @@
// <copyright file="TitreController.cs" company="PlaceholderCompany"> // <copyright file="TitreController.cs" company="Equipe 1 - BOBIN, MASI, NODON, VETU">
// Copyright (c) PlaceholderCompany. All rights reserved. // Copyright (c) Equipe 1 - BOBIN, MASI, NODON, VETU. All rights reserved.
// </copyright> // </copyright>
namespace Webzine.WebApplication.Controllers namespace Webzine.WebApplication.Controllers