#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:
@@ -11,6 +11,7 @@
|
|||||||
| Date | Auteur |
|
| Date | Auteur |
|
||||||
| ----- | ------------- |
|
| ----- | ------------- |
|
||||||
| 25/03 | Clément Bobin |
|
| 25/03 | Clément Bobin |
|
||||||
|
| 31/03 | Joséphine Vetu |
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|||||||
@@ -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" ]
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user