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
|
||||
rev: v3.4.0
|
||||
hooks:
|
||||
- id: no-commit-to-branch
|
||||
- id: check-case-conflict
|
||||
- id: check-merge-conflict
|
||||
- id: check-yaml
|
||||
- id: check-xml
|
||||
- id: check-executables-have-shebangs
|
||||
- id: end-of-file-fixer
|
||||
- id: fix-byte-order-marker
|
||||
- id: trailing-whitespace
|
||||
- repo: https://github.com/jumanjihouse/pre-commit-hooks
|
||||
rev: 2.1.5
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
using System;
|
||||
using System;
|
||||
using System.Text;
|
||||
|
||||
namespace MBS.Framework.CLI
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
using System;
|
||||
using System;
|
||||
|
||||
namespace MBS.Framework.CLI
|
||||
{
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
using System.Reflection;
|
||||
using System.Reflection;
|
||||
using System.Runtime.CompilerServices;
|
||||
|
||||
// Information about this assembly is defined by the following attributes.
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
//
|
||||
//
|
||||
// Application.cs
|
||||
//
|
||||
// Author:
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
//
|
||||
//
|
||||
// ArrayExtensions.cs
|
||||
//
|
||||
// Author:
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
//
|
||||
//
|
||||
// CardinalDirection.cs
|
||||
//
|
||||
// Author:
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
using System;
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
using System;
|
||||
using System;
|
||||
using System.Collections;
|
||||
using System.Collections.Generic;
|
||||
using System.Text;
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
//
|
||||
//
|
||||
// ExtensionMethods.cs - implements generic-typed extension methods for System.Collections classes
|
||||
//
|
||||
// Author:
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
using System;
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
|
||||
namespace MBS.Framework
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
//
|
||||
//
|
||||
// CommandLine.cs
|
||||
//
|
||||
// Author:
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
//
|
||||
//
|
||||
// CommandLineOption.cs
|
||||
//
|
||||
// Author:
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
//
|
||||
//
|
||||
// CommandLineOptionValueType.cs
|
||||
//
|
||||
// Author:
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
//
|
||||
//
|
||||
// CommandStylePresets.cs
|
||||
//
|
||||
// Author:
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
//
|
||||
//
|
||||
// Context.cs
|
||||
//
|
||||
// Author:
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
//
|
||||
//
|
||||
// ContextChangedEvent.cs
|
||||
//
|
||||
// Author:
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
//
|
||||
//
|
||||
// DefaultCommandLine.cs
|
||||
//
|
||||
// Author:
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
//
|
||||
//
|
||||
// Color.cs
|
||||
//
|
||||
// Author:
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
using System;
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
using System;
|
||||
using System;
|
||||
namespace MBS.Framework.Drawing
|
||||
{
|
||||
public struct Dimension3D : ICloneable
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
//
|
||||
//
|
||||
// Measurement.cs - represents a tuple of a numeric value and a unit of measure
|
||||
//
|
||||
// Author:
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
//
|
||||
//
|
||||
// MeasurementUnit.cs - indicates the unit of a Measurement
|
||||
//
|
||||
// Author:
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
using System;
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
//
|
||||
//
|
||||
// Rectangle.cs
|
||||
//
|
||||
// Author:
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
using System;
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
//
|
||||
//
|
||||
// Feature.cs
|
||||
//
|
||||
// Author:
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
//
|
||||
//
|
||||
// CaseSensitiveHandling.cs
|
||||
//
|
||||
// Author:
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
//
|
||||
//
|
||||
// File.cs
|
||||
//
|
||||
// Author:
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
//
|
||||
//
|
||||
// ISupportsExtraData.cs - interface for providing GetExtraData / SetExtraData methods
|
||||
//
|
||||
// Author:
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
//
|
||||
//
|
||||
// InstallationStatus.cs
|
||||
//
|
||||
// Author:
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
//
|
||||
//
|
||||
// Condition.cs - represents a conditional statement which defines a comparison of a named property with a constant value
|
||||
//
|
||||
// Author:
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
//
|
||||
//
|
||||
// ConditionCombination.cs - indicates the type of combination applied to a series of conditional statements
|
||||
//
|
||||
// Author:
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
//
|
||||
//
|
||||
// ConditionComparison.cs - indicates the type of comparison to use with a conditional statement
|
||||
//
|
||||
// Author:
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
//
|
||||
//
|
||||
// ConditionGroup.cs - a group of IConditionalStatements joined by a ConditionCombination
|
||||
//
|
||||
// Author:
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
//
|
||||
//
|
||||
// ConditionalStatementCollection.cs - a collection of IConditionalStatements
|
||||
//
|
||||
// Author:
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
//
|
||||
//
|
||||
// IConditionalStatement.cs - interface defining the minimum functionality required to implement a conditional statement
|
||||
//
|
||||
// Author:
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
using System;
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using MBS.Framework.Logic.Expressions;
|
||||
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
using System;
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
|
||||
namespace MBS.Framework.Logic
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
using System;
|
||||
using System;
|
||||
namespace MBS.Framework.Logic.Expressions
|
||||
{
|
||||
public enum ArithmeticOperation
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
using System;
|
||||
using System;
|
||||
namespace MBS.Framework.Logic.Expressions
|
||||
{
|
||||
public enum BooleanExpressionComparison
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
using System;
|
||||
using System;
|
||||
namespace MBS.Framework.Logic.Expressions
|
||||
{
|
||||
public class ComplexExpression : Expression
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
using System;
|
||||
using System;
|
||||
namespace MBS.Framework.Logic.Expressions
|
||||
{
|
||||
public class EmptyExpression : Expression
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
using System;
|
||||
using System;
|
||||
namespace MBS.Framework.Logic.Expressions
|
||||
{
|
||||
public class LiteralExpression<T> : Expression
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
using System;
|
||||
using System;
|
||||
namespace MBS.Framework.Logic.Expressions
|
||||
{
|
||||
public class VariableExpression : Expression
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
using System;
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
|
||||
namespace MBS.Framework.Logic
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
using System;
|
||||
using System;
|
||||
namespace MBS.Framework.Logic
|
||||
{
|
||||
public class VariableRequestedEventArgs : EventArgs
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
//
|
||||
//
|
||||
// ArrayExtensions.cs
|
||||
//
|
||||
// Author:
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
//
|
||||
//
|
||||
// Plugin.cs
|
||||
//
|
||||
// Author:
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
//
|
||||
//
|
||||
// AssemblyInfo.cs
|
||||
//
|
||||
// Author:
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
//
|
||||
//
|
||||
// Reflection.cs
|
||||
//
|
||||
// Author:
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
using System;
|
||||
using System;
|
||||
namespace MBS.Framework.Scripting
|
||||
{
|
||||
public class ScriptEnvironment
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
using System;
|
||||
using System;
|
||||
using System.Text;
|
||||
|
||||
namespace MBS.Framework.Scripting.Strings
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
using System;
|
||||
using System;
|
||||
|
||||
namespace MBS.Framework.Scripting.Strings
|
||||
{
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
using System;
|
||||
using System;
|
||||
using MBS.Framework.Logic.Conditional;
|
||||
|
||||
namespace MBS.Framework.Scripting.Strings.StringComponents
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
using System;
|
||||
using System;
|
||||
namespace MBS.Framework.Scripting.Strings.StringComponents
|
||||
{
|
||||
public class LiteralStringComponent : StringComponent
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
using System.Security.Cryptography;
|
||||
using System.Security.Cryptography;
|
||||
|
||||
namespace MBS.Framework.Security.Cryptography
|
||||
{
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
//
|
||||
//
|
||||
// SeekDirection.cs
|
||||
//
|
||||
// Author:
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
//
|
||||
//
|
||||
// Option.cs
|
||||
//
|
||||
// Author:
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
//
|
||||
//
|
||||
// BooleanSetting.cs
|
||||
//
|
||||
// Author:
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
//
|
||||
//
|
||||
// ChoiceSetting.cs
|
||||
//
|
||||
// Author:
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
//
|
||||
//
|
||||
// CollectionSetting.cs
|
||||
//
|
||||
// Author:
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
//
|
||||
//
|
||||
// CommandSetting.cs
|
||||
//
|
||||
// Author:
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
//
|
||||
//
|
||||
// CustomSetting.cs - provides a way to display custom controls in the settings dialog
|
||||
//
|
||||
// Author:
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
//
|
||||
//
|
||||
// FileSetting.cs
|
||||
//
|
||||
// Author:
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
//
|
||||
//
|
||||
// GroupSetting.cs
|
||||
//
|
||||
// Author:
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
//
|
||||
//
|
||||
// RangeSetting.cs
|
||||
//
|
||||
// Author:
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
//
|
||||
//
|
||||
// TextSetting.cs
|
||||
//
|
||||
// Author:
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
//
|
||||
//
|
||||
// OptionPanel.cs
|
||||
//
|
||||
// Author:
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
//
|
||||
//
|
||||
// SettingsProfile.cs
|
||||
//
|
||||
// Author:
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
//
|
||||
//
|
||||
// OptionProvider.cs
|
||||
//
|
||||
// Author:
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
//
|
||||
//
|
||||
// SettingValue.cs
|
||||
//
|
||||
// Author:
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
using System;
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
|
||||
namespace MBS.Framework
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user