update pre-commit
This commit is contained in:
parent
4c106e3a3a
commit
a305f74c48
@ -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
|
||||||
|
|||||||
@ -1,4 +1,4 @@
|
|||||||
using System;
|
using System;
|
||||||
using System.Text;
|
using System.Text;
|
||||||
|
|
||||||
namespace MBS.Framework.CLI
|
namespace MBS.Framework.CLI
|
||||||
|
|||||||
@ -1,4 +1,4 @@
|
|||||||
using System;
|
using System;
|
||||||
|
|
||||||
namespace MBS.Framework.CLI
|
namespace MBS.Framework.CLI
|
||||||
{
|
{
|
||||||
|
|||||||
@ -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.
|
||||||
|
|||||||
@ -1,4 +1,4 @@
|
|||||||
//
|
//
|
||||||
// Application.cs
|
// Application.cs
|
||||||
//
|
//
|
||||||
// Author:
|
// Author:
|
||||||
|
|||||||
@ -1,4 +1,4 @@
|
|||||||
//
|
//
|
||||||
// ArrayExtensions.cs
|
// ArrayExtensions.cs
|
||||||
//
|
//
|
||||||
// Author:
|
// Author:
|
||||||
|
|||||||
@ -1,4 +1,4 @@
|
|||||||
//
|
//
|
||||||
// CardinalDirection.cs
|
// CardinalDirection.cs
|
||||||
//
|
//
|
||||||
// Author:
|
// Author:
|
||||||
|
|||||||
@ -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;
|
||||||
|
|||||||
@ -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;
|
||||||
|
|||||||
@ -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:
|
||||||
|
|||||||
@ -1,4 +1,4 @@
|
|||||||
using System;
|
using System;
|
||||||
using System.Collections.Generic;
|
using System.Collections.Generic;
|
||||||
|
|
||||||
namespace MBS.Framework
|
namespace MBS.Framework
|
||||||
|
|||||||
@ -1,4 +1,4 @@
|
|||||||
//
|
//
|
||||||
// CommandLine.cs
|
// CommandLine.cs
|
||||||
//
|
//
|
||||||
// Author:
|
// Author:
|
||||||
|
|||||||
@ -1,4 +1,4 @@
|
|||||||
//
|
//
|
||||||
// CommandLineOption.cs
|
// CommandLineOption.cs
|
||||||
//
|
//
|
||||||
// Author:
|
// Author:
|
||||||
|
|||||||
@ -1,4 +1,4 @@
|
|||||||
//
|
//
|
||||||
// CommandLineOptionValueType.cs
|
// CommandLineOptionValueType.cs
|
||||||
//
|
//
|
||||||
// Author:
|
// Author:
|
||||||
|
|||||||
@ -1,4 +1,4 @@
|
|||||||
//
|
//
|
||||||
// CommandStylePresets.cs
|
// CommandStylePresets.cs
|
||||||
//
|
//
|
||||||
// Author:
|
// Author:
|
||||||
|
|||||||
@ -1,4 +1,4 @@
|
|||||||
//
|
//
|
||||||
// Context.cs
|
// Context.cs
|
||||||
//
|
//
|
||||||
// Author:
|
// Author:
|
||||||
|
|||||||
@ -1,4 +1,4 @@
|
|||||||
//
|
//
|
||||||
// ContextChangedEvent.cs
|
// ContextChangedEvent.cs
|
||||||
//
|
//
|
||||||
// Author:
|
// Author:
|
||||||
|
|||||||
@ -1,4 +1,4 @@
|
|||||||
//
|
//
|
||||||
// DefaultCommandLine.cs
|
// DefaultCommandLine.cs
|
||||||
//
|
//
|
||||||
// Author:
|
// Author:
|
||||||
|
|||||||
@ -1,4 +1,4 @@
|
|||||||
//
|
//
|
||||||
// Color.cs
|
// Color.cs
|
||||||
//
|
//
|
||||||
// Author:
|
// Author:
|
||||||
|
|||||||
@ -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;
|
||||||
|
|||||||
@ -1,4 +1,4 @@
|
|||||||
using System;
|
using System;
|
||||||
namespace MBS.Framework.Drawing
|
namespace MBS.Framework.Drawing
|
||||||
{
|
{
|
||||||
public struct Dimension3D : ICloneable
|
public struct Dimension3D : ICloneable
|
||||||
|
|||||||
@ -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:
|
||||||
|
|||||||
@ -1,4 +1,4 @@
|
|||||||
//
|
//
|
||||||
// MeasurementUnit.cs - indicates the unit of a Measurement
|
// MeasurementUnit.cs - indicates the unit of a Measurement
|
||||||
//
|
//
|
||||||
// Author:
|
// Author:
|
||||||
|
|||||||
@ -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;
|
||||||
|
|||||||
@ -1,4 +1,4 @@
|
|||||||
//
|
//
|
||||||
// Rectangle.cs
|
// Rectangle.cs
|
||||||
//
|
//
|
||||||
// Author:
|
// Author:
|
||||||
|
|||||||
@ -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;
|
||||||
|
|||||||
@ -1,4 +1,4 @@
|
|||||||
//
|
//
|
||||||
// Feature.cs
|
// Feature.cs
|
||||||
//
|
//
|
||||||
// Author:
|
// Author:
|
||||||
|
|||||||
@ -1,4 +1,4 @@
|
|||||||
//
|
//
|
||||||
// CaseSensitiveHandling.cs
|
// CaseSensitiveHandling.cs
|
||||||
//
|
//
|
||||||
// Author:
|
// Author:
|
||||||
|
|||||||
@ -1,4 +1,4 @@
|
|||||||
//
|
//
|
||||||
// File.cs
|
// File.cs
|
||||||
//
|
//
|
||||||
// Author:
|
// Author:
|
||||||
|
|||||||
@ -1,4 +1,4 @@
|
|||||||
//
|
//
|
||||||
// ISupportsExtraData.cs - interface for providing GetExtraData / SetExtraData methods
|
// ISupportsExtraData.cs - interface for providing GetExtraData / SetExtraData methods
|
||||||
//
|
//
|
||||||
// Author:
|
// Author:
|
||||||
|
|||||||
@ -1,4 +1,4 @@
|
|||||||
//
|
//
|
||||||
// InstallationStatus.cs
|
// InstallationStatus.cs
|
||||||
//
|
//
|
||||||
// Author:
|
// Author:
|
||||||
|
|||||||
@ -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:
|
||||||
|
|||||||
@ -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:
|
||||||
|
|||||||
@ -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:
|
||||||
|
|||||||
@ -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:
|
||||||
|
|||||||
@ -1,4 +1,4 @@
|
|||||||
//
|
//
|
||||||
// ConditionalStatementCollection.cs - a collection of IConditionalStatements
|
// ConditionalStatementCollection.cs - a collection of IConditionalStatements
|
||||||
//
|
//
|
||||||
// Author:
|
// Author:
|
||||||
|
|||||||
@ -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:
|
||||||
|
|||||||
@ -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;
|
||||||
|
|
||||||
|
|||||||
@ -1,4 +1,4 @@
|
|||||||
using System;
|
using System;
|
||||||
using System.Collections.Generic;
|
using System.Collections.Generic;
|
||||||
|
|
||||||
namespace MBS.Framework.Logic
|
namespace MBS.Framework.Logic
|
||||||
|
|||||||
@ -1,4 +1,4 @@
|
|||||||
using System;
|
using System;
|
||||||
namespace MBS.Framework.Logic.Expressions
|
namespace MBS.Framework.Logic.Expressions
|
||||||
{
|
{
|
||||||
public enum ArithmeticOperation
|
public enum ArithmeticOperation
|
||||||
|
|||||||
@ -1,4 +1,4 @@
|
|||||||
using System;
|
using System;
|
||||||
namespace MBS.Framework.Logic.Expressions
|
namespace MBS.Framework.Logic.Expressions
|
||||||
{
|
{
|
||||||
public enum BooleanExpressionComparison
|
public enum BooleanExpressionComparison
|
||||||
|
|||||||
@ -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
|
||||||
|
|||||||
@ -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
|
||||||
|
|||||||
@ -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
|
||||||
|
|||||||
@ -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
|
||||||
|
|||||||
@ -1,4 +1,4 @@
|
|||||||
using System;
|
using System;
|
||||||
using System.Collections.Generic;
|
using System.Collections.Generic;
|
||||||
|
|
||||||
namespace MBS.Framework.Logic
|
namespace MBS.Framework.Logic
|
||||||
|
|||||||
@ -1,4 +1,4 @@
|
|||||||
using System;
|
using System;
|
||||||
namespace MBS.Framework.Logic
|
namespace MBS.Framework.Logic
|
||||||
{
|
{
|
||||||
public class VariableRequestedEventArgs : EventArgs
|
public class VariableRequestedEventArgs : EventArgs
|
||||||
|
|||||||
@ -1,4 +1,4 @@
|
|||||||
//
|
//
|
||||||
// ArrayExtensions.cs
|
// ArrayExtensions.cs
|
||||||
//
|
//
|
||||||
// Author:
|
// Author:
|
||||||
|
|||||||
@ -1,4 +1,4 @@
|
|||||||
//
|
//
|
||||||
// Plugin.cs
|
// Plugin.cs
|
||||||
//
|
//
|
||||||
// Author:
|
// Author:
|
||||||
|
|||||||
@ -1,4 +1,4 @@
|
|||||||
//
|
//
|
||||||
// AssemblyInfo.cs
|
// AssemblyInfo.cs
|
||||||
//
|
//
|
||||||
// Author:
|
// Author:
|
||||||
|
|||||||
@ -1,4 +1,4 @@
|
|||||||
//
|
//
|
||||||
// Reflection.cs
|
// Reflection.cs
|
||||||
//
|
//
|
||||||
// Author:
|
// Author:
|
||||||
|
|||||||
@ -1,4 +1,4 @@
|
|||||||
using System;
|
using System;
|
||||||
namespace MBS.Framework.Scripting
|
namespace MBS.Framework.Scripting
|
||||||
{
|
{
|
||||||
public class ScriptEnvironment
|
public class ScriptEnvironment
|
||||||
|
|||||||
@ -1,4 +1,4 @@
|
|||||||
using System;
|
using System;
|
||||||
using System.Text;
|
using System.Text;
|
||||||
|
|
||||||
namespace MBS.Framework.Scripting.Strings
|
namespace MBS.Framework.Scripting.Strings
|
||||||
|
|||||||
@ -1,4 +1,4 @@
|
|||||||
using System;
|
using System;
|
||||||
|
|
||||||
namespace MBS.Framework.Scripting.Strings
|
namespace MBS.Framework.Scripting.Strings
|
||||||
{
|
{
|
||||||
|
|||||||
@ -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
|
||||||
|
|||||||
@ -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
|
||||||
|
|||||||
@ -1,4 +1,4 @@
|
|||||||
using System.Security.Cryptography;
|
using System.Security.Cryptography;
|
||||||
|
|
||||||
namespace MBS.Framework.Security.Cryptography
|
namespace MBS.Framework.Security.Cryptography
|
||||||
{
|
{
|
||||||
|
|||||||
@ -1,4 +1,4 @@
|
|||||||
//
|
//
|
||||||
// SeekDirection.cs
|
// SeekDirection.cs
|
||||||
//
|
//
|
||||||
// Author:
|
// Author:
|
||||||
|
|||||||
@ -1,4 +1,4 @@
|
|||||||
//
|
//
|
||||||
// Option.cs
|
// Option.cs
|
||||||
//
|
//
|
||||||
// Author:
|
// Author:
|
||||||
|
|||||||
@ -1,4 +1,4 @@
|
|||||||
//
|
//
|
||||||
// BooleanSetting.cs
|
// BooleanSetting.cs
|
||||||
//
|
//
|
||||||
// Author:
|
// Author:
|
||||||
|
|||||||
@ -1,4 +1,4 @@
|
|||||||
//
|
//
|
||||||
// ChoiceSetting.cs
|
// ChoiceSetting.cs
|
||||||
//
|
//
|
||||||
// Author:
|
// Author:
|
||||||
|
|||||||
@ -1,4 +1,4 @@
|
|||||||
//
|
//
|
||||||
// CollectionSetting.cs
|
// CollectionSetting.cs
|
||||||
//
|
//
|
||||||
// Author:
|
// Author:
|
||||||
|
|||||||
@ -1,4 +1,4 @@
|
|||||||
//
|
//
|
||||||
// CommandSetting.cs
|
// CommandSetting.cs
|
||||||
//
|
//
|
||||||
// Author:
|
// Author:
|
||||||
|
|||||||
@ -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:
|
||||||
|
|||||||
@ -1,4 +1,4 @@
|
|||||||
//
|
//
|
||||||
// FileSetting.cs
|
// FileSetting.cs
|
||||||
//
|
//
|
||||||
// Author:
|
// Author:
|
||||||
|
|||||||
@ -1,4 +1,4 @@
|
|||||||
//
|
//
|
||||||
// GroupSetting.cs
|
// GroupSetting.cs
|
||||||
//
|
//
|
||||||
// Author:
|
// Author:
|
||||||
|
|||||||
@ -1,4 +1,4 @@
|
|||||||
//
|
//
|
||||||
// RangeSetting.cs
|
// RangeSetting.cs
|
||||||
//
|
//
|
||||||
// Author:
|
// Author:
|
||||||
|
|||||||
@ -1,4 +1,4 @@
|
|||||||
//
|
//
|
||||||
// TextSetting.cs
|
// TextSetting.cs
|
||||||
//
|
//
|
||||||
// Author:
|
// Author:
|
||||||
|
|||||||
@ -1,4 +1,4 @@
|
|||||||
//
|
//
|
||||||
// OptionPanel.cs
|
// OptionPanel.cs
|
||||||
//
|
//
|
||||||
// Author:
|
// Author:
|
||||||
|
|||||||
@ -1,4 +1,4 @@
|
|||||||
//
|
//
|
||||||
// SettingsProfile.cs
|
// SettingsProfile.cs
|
||||||
//
|
//
|
||||||
// Author:
|
// Author:
|
||||||
|
|||||||
@ -1,4 +1,4 @@
|
|||||||
//
|
//
|
||||||
// OptionProvider.cs
|
// OptionProvider.cs
|
||||||
//
|
//
|
||||||
// Author:
|
// Author:
|
||||||
|
|||||||
@ -1,4 +1,4 @@
|
|||||||
//
|
//
|
||||||
// SettingValue.cs
|
// SettingValue.cs
|
||||||
//
|
//
|
||||||
// Author:
|
// Author:
|
||||||
|
|||||||
@ -1,4 +1,4 @@
|
|||||||
using System;
|
using System;
|
||||||
using System.Collections.Generic;
|
using System.Collections.Generic;
|
||||||
|
|
||||||
namespace MBS.Framework
|
namespace MBS.Framework
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user