[BASIC]

# Good variable names which should always be accepted, separated by a comma
good-names=i,j,k,n,ex,Run,_,f,v,
           ClassTypeInfo,
	   RecordTypeEnumeration,
	   BinaryTypeEnumeration,
	   PrimitiveTypeEnumeration,
	   ValueWithCode,
	   StringValueWithCode,
	   ArrayOfValueWithCode,
	   ClassInfo,
	   MemberTypeInfo,
	   BinaryArrayTypeEnumeration,
	   ArrayInfo

[MESSAGES CONTROL]

disable=missing-docstring,

[MISCELLANEOUS]

# List of note tags to take in consideration, separated by a comma.
notes=FIXME,
      XXX,
