update pre-commit

This commit is contained in:
Michael Becker 2021-05-07 22:06:03 -04:00
parent 4c106e3a3a
commit a305f74c48
No known key found for this signature in database
GPG Key ID: 98C333A81F18C22C
73 changed files with 76 additions and 72 deletions

View File

@ -2,10 +2,14 @@ repos:
- repo: https://github.com/pre-commit/pre-commit-hooks - repo: https://github.com/pre-commit/pre-commit-hooks
rev: v3.4.0 rev: v3.4.0
hooks: hooks:
- id: no-commit-to-branch
- id: check-case-conflict
- id: check-merge-conflict
- id: check-yaml - id: check-yaml
- id: check-xml - id: check-xml
- id: check-executables-have-shebangs - id: check-executables-have-shebangs
- id: end-of-file-fixer - id: end-of-file-fixer
- id: fix-byte-order-marker
- id: trailing-whitespace - id: trailing-whitespace
- repo: https://github.com/jumanjihouse/pre-commit-hooks - repo: https://github.com/jumanjihouse/pre-commit-hooks
rev: 2.1.5 rev: 2.1.5

View File

@ -1,4 +1,4 @@
using System; using System;
using System.Text; using System.Text;
namespace MBS.Framework.CLI namespace MBS.Framework.CLI

View File

@ -1,4 +1,4 @@
using System; using System;
namespace MBS.Framework.CLI namespace MBS.Framework.CLI
{ {

View File

@ -1,4 +1,4 @@
using System.Reflection; using System.Reflection;
using System.Runtime.CompilerServices; using System.Runtime.CompilerServices;
// Information about this assembly is defined by the following attributes. // Information about this assembly is defined by the following attributes.

View File

@ -1,4 +1,4 @@
// //
// Application.cs // Application.cs
// //
// Author: // Author:

View File

@ -1,4 +1,4 @@
// //
// ArrayExtensions.cs // ArrayExtensions.cs
// //
// Author: // Author:

View File

@ -1,4 +1,4 @@
// //
// CardinalDirection.cs // CardinalDirection.cs
// //
// Author: // Author:

View File

@ -1,4 +1,4 @@
using System; using System;
using System.Collections.Generic; using System.Collections.Generic;
using System.Linq; using System.Linq;
using System.Text; using System.Text;

View File

@ -1,4 +1,4 @@
using System; using System;
using System.Collections; using System.Collections;
using System.Collections.Generic; using System.Collections.Generic;
using System.Text; using System.Text;

View File

@ -1,4 +1,4 @@
// //
// ExtensionMethods.cs - implements generic-typed extension methods for System.Collections classes // ExtensionMethods.cs - implements generic-typed extension methods for System.Collections classes
// //
// Author: // Author:

View File

@ -1,4 +1,4 @@
using System; using System;
using System.Collections.Generic; using System.Collections.Generic;
namespace MBS.Framework namespace MBS.Framework

View File

@ -1,4 +1,4 @@
// //
// CommandLine.cs // CommandLine.cs
// //
// Author: // Author:

View File

@ -1,4 +1,4 @@
// //
// CommandLineOption.cs // CommandLineOption.cs
// //
// Author: // Author:

View File

@ -1,4 +1,4 @@
// //
// CommandLineOptionValueType.cs // CommandLineOptionValueType.cs
// //
// Author: // Author:

View File

@ -1,4 +1,4 @@
// //
// CommandStylePresets.cs // CommandStylePresets.cs
// //
// Author: // Author:

View File

@ -1,4 +1,4 @@
// //
// Context.cs // Context.cs
// //
// Author: // Author:

View File

@ -1,4 +1,4 @@
// //
// ContextChangedEvent.cs // ContextChangedEvent.cs
// //
// Author: // Author:

View File

@ -1,4 +1,4 @@
// //
// DefaultCommandLine.cs // DefaultCommandLine.cs
// //
// Author: // Author:

View File

@ -1,4 +1,4 @@
// //
// Color.cs // Color.cs
// //
// Author: // Author:

View File

@ -1,4 +1,4 @@
using System; using System;
using System.Collections.Generic; using System.Collections.Generic;
using System.Linq; using System.Linq;
using System.Text; using System.Text;

View File

@ -1,4 +1,4 @@
using System; using System;
namespace MBS.Framework.Drawing namespace MBS.Framework.Drawing
{ {
public struct Dimension3D : ICloneable public struct Dimension3D : ICloneable

View File

@ -1,4 +1,4 @@
// //
// Measurement.cs - represents a tuple of a numeric value and a unit of measure // Measurement.cs - represents a tuple of a numeric value and a unit of measure
// //
// Author: // Author:

View File

@ -1,4 +1,4 @@
// //
// MeasurementUnit.cs - indicates the unit of a Measurement // MeasurementUnit.cs - indicates the unit of a Measurement
// //
// Author: // Author:

View File

@ -1,4 +1,4 @@
using System; using System;
using System.Collections.Generic; using System.Collections.Generic;
using System.Linq; using System.Linq;
using System.Text; using System.Text;

View File

@ -1,4 +1,4 @@
// //
// Rectangle.cs // Rectangle.cs
// //
// Author: // Author:

View File

@ -1,4 +1,4 @@
using System; using System;
using System.Collections.Generic; using System.Collections.Generic;
using System.Linq; using System.Linq;
using System.Text; using System.Text;

View File

@ -1,4 +1,4 @@
// //
// Feature.cs // Feature.cs
// //
// Author: // Author:

View File

@ -1,4 +1,4 @@
// //
// CaseSensitiveHandling.cs // CaseSensitiveHandling.cs
// //
// Author: // Author:

View File

@ -1,4 +1,4 @@
// //
// File.cs // File.cs
// //
// Author: // Author:

View File

@ -1,4 +1,4 @@
// //
// ISupportsExtraData.cs - interface for providing GetExtraData / SetExtraData methods // ISupportsExtraData.cs - interface for providing GetExtraData / SetExtraData methods
// //
// Author: // Author:

View File

@ -1,4 +1,4 @@
// //
// InstallationStatus.cs // InstallationStatus.cs
// //
// Author: // Author:

View File

@ -1,4 +1,4 @@
// //
// Condition.cs - represents a conditional statement which defines a comparison of a named property with a constant value // Condition.cs - represents a conditional statement which defines a comparison of a named property with a constant value
// //
// Author: // Author:

View File

@ -1,4 +1,4 @@
// //
// ConditionCombination.cs - indicates the type of combination applied to a series of conditional statements // ConditionCombination.cs - indicates the type of combination applied to a series of conditional statements
// //
// Author: // Author:

View File

@ -1,4 +1,4 @@
// //
// ConditionComparison.cs - indicates the type of comparison to use with a conditional statement // ConditionComparison.cs - indicates the type of comparison to use with a conditional statement
// //
// Author: // Author:

View File

@ -1,4 +1,4 @@
// //
// ConditionGroup.cs - a group of IConditionalStatements joined by a ConditionCombination // ConditionGroup.cs - a group of IConditionalStatements joined by a ConditionCombination
// //
// Author: // Author:

View File

@ -1,4 +1,4 @@
// //
// ConditionalStatementCollection.cs - a collection of IConditionalStatements // ConditionalStatementCollection.cs - a collection of IConditionalStatements
// //
// Author: // Author:

View File

@ -1,4 +1,4 @@
// //
// IConditionalStatement.cs - interface defining the minimum functionality required to implement a conditional statement // IConditionalStatement.cs - interface defining the minimum functionality required to implement a conditional statement
// //
// Author: // Author:

View File

@ -1,4 +1,4 @@
using System; using System;
using System.Collections.Generic; using System.Collections.Generic;
using MBS.Framework.Logic.Expressions; using MBS.Framework.Logic.Expressions;

View File

@ -1,4 +1,4 @@
using System; using System;
using System.Collections.Generic; using System.Collections.Generic;
namespace MBS.Framework.Logic namespace MBS.Framework.Logic

View File

@ -1,4 +1,4 @@
using System; using System;
namespace MBS.Framework.Logic.Expressions namespace MBS.Framework.Logic.Expressions
{ {
public enum ArithmeticOperation public enum ArithmeticOperation

View File

@ -1,4 +1,4 @@
using System; using System;
namespace MBS.Framework.Logic.Expressions namespace MBS.Framework.Logic.Expressions
{ {
public enum BooleanExpressionComparison public enum BooleanExpressionComparison

View File

@ -1,4 +1,4 @@
using System; using System;
namespace MBS.Framework.Logic.Expressions namespace MBS.Framework.Logic.Expressions
{ {
public class ComplexExpression : Expression public class ComplexExpression : Expression

View File

@ -1,4 +1,4 @@
using System; using System;
namespace MBS.Framework.Logic.Expressions namespace MBS.Framework.Logic.Expressions
{ {
public class EmptyExpression : Expression public class EmptyExpression : Expression

View File

@ -1,4 +1,4 @@
using System; using System;
namespace MBS.Framework.Logic.Expressions namespace MBS.Framework.Logic.Expressions
{ {
public class LiteralExpression<T> : Expression public class LiteralExpression<T> : Expression

View File

@ -1,4 +1,4 @@
using System; using System;
namespace MBS.Framework.Logic.Expressions namespace MBS.Framework.Logic.Expressions
{ {
public class VariableExpression : Expression public class VariableExpression : Expression

View File

@ -1,4 +1,4 @@
using System; using System;
using System.Collections.Generic; using System.Collections.Generic;
namespace MBS.Framework.Logic namespace MBS.Framework.Logic

View File

@ -1,4 +1,4 @@
using System; using System;
namespace MBS.Framework.Logic namespace MBS.Framework.Logic
{ {
public class VariableRequestedEventArgs : EventArgs public class VariableRequestedEventArgs : EventArgs

View File

@ -1,4 +1,4 @@
// //
// ArrayExtensions.cs // ArrayExtensions.cs
// //
// Author: // Author:

View File

@ -1,4 +1,4 @@
// //
// Plugin.cs // Plugin.cs
// //
// Author: // Author:

View File

@ -1,4 +1,4 @@
// //
// AssemblyInfo.cs // AssemblyInfo.cs
// //
// Author: // Author:

View File

@ -1,4 +1,4 @@
// //
// Reflection.cs // Reflection.cs
// //
// Author: // Author:

View File

@ -1,4 +1,4 @@
using System; using System;
namespace MBS.Framework.Scripting namespace MBS.Framework.Scripting
{ {
public class ScriptEnvironment public class ScriptEnvironment

View File

@ -1,4 +1,4 @@
using System; using System;
using System.Text; using System.Text;
namespace MBS.Framework.Scripting.Strings namespace MBS.Framework.Scripting.Strings

View File

@ -1,4 +1,4 @@
using System; using System;
namespace MBS.Framework.Scripting.Strings namespace MBS.Framework.Scripting.Strings
{ {

View File

@ -1,4 +1,4 @@
using System; using System;
using MBS.Framework.Logic.Conditional; using MBS.Framework.Logic.Conditional;
namespace MBS.Framework.Scripting.Strings.StringComponents namespace MBS.Framework.Scripting.Strings.StringComponents

View File

@ -1,4 +1,4 @@
using System; using System;
namespace MBS.Framework.Scripting.Strings.StringComponents namespace MBS.Framework.Scripting.Strings.StringComponents
{ {
public class LiteralStringComponent : StringComponent public class LiteralStringComponent : StringComponent

View File

@ -1,4 +1,4 @@
using System.Security.Cryptography; using System.Security.Cryptography;
namespace MBS.Framework.Security.Cryptography namespace MBS.Framework.Security.Cryptography
{ {

View File

@ -1,4 +1,4 @@
// //
// SeekDirection.cs // SeekDirection.cs
// //
// Author: // Author:

View File

@ -1,4 +1,4 @@
// //
// Option.cs // Option.cs
// //
// Author: // Author:

View File

@ -1,4 +1,4 @@
// //
// BooleanSetting.cs // BooleanSetting.cs
// //
// Author: // Author:

View File

@ -1,4 +1,4 @@
// //
// ChoiceSetting.cs // ChoiceSetting.cs
// //
// Author: // Author:

View File

@ -1,4 +1,4 @@
// //
// CollectionSetting.cs // CollectionSetting.cs
// //
// Author: // Author:

View File

@ -1,4 +1,4 @@
// //
// CommandSetting.cs // CommandSetting.cs
// //
// Author: // Author:

View File

@ -1,4 +1,4 @@
// //
// CustomSetting.cs - provides a way to display custom controls in the settings dialog // CustomSetting.cs - provides a way to display custom controls in the settings dialog
// //
// Author: // Author:

View File

@ -1,4 +1,4 @@
// //
// FileSetting.cs // FileSetting.cs
// //
// Author: // Author:

View File

@ -1,4 +1,4 @@
// //
// GroupSetting.cs // GroupSetting.cs
// //
// Author: // Author:

View File

@ -1,4 +1,4 @@
// //
// RangeSetting.cs // RangeSetting.cs
// //
// Author: // Author:

View File

@ -1,4 +1,4 @@
// //
// TextSetting.cs // TextSetting.cs
// //
// Author: // Author:

View File

@ -1,4 +1,4 @@
// //
// OptionPanel.cs // OptionPanel.cs
// //
// Author: // Author:

View File

@ -1,4 +1,4 @@
// //
// SettingsProfile.cs // SettingsProfile.cs
// //
// Author: // Author:

View File

@ -1,4 +1,4 @@
// //
// OptionProvider.cs // OptionProvider.cs
// //
// Author: // Author:

View File

@ -1,4 +1,4 @@
// //
// SettingValue.cs // SettingValue.cs
// //
// Author: // Author:

View File

@ -1,4 +1,4 @@
using System; using System;
using System.Collections.Generic; using System.Collections.Generic;
namespace MBS.Framework namespace MBS.Framework