Globally changed CheckStyle to Checkstyle

This commit is contained in:
Erik C. Thauvin 2024-10-26 05:52:39 -07:00
parent 51fa6fbab2
commit 2c8c219b81
Signed by: erik
GPG key ID: 776702A6A2DA330E
2 changed files with 10 additions and 10 deletions

View file

@ -97,7 +97,7 @@ public class CheckstyleOperation extends AbstractProcessOperation<CheckstyleOper
} }
/** /**
* Prints all debug logging of CheckStyle utility. * Prints all debug logging of Checkstyle utility.
* *
* @param isDebug {@code true} or {@code false} * @param isDebug {@code true} or {@code false}
* @return the checkstyle operation * @return the checkstyle operation
@ -112,7 +112,7 @@ public class CheckstyleOperation extends AbstractProcessOperation<CheckstyleOper
} }
/** /**
* Directory/file to exclude from CheckStyle. The path can be the full, absolute path, or relative to the current * Directory/file to exclude from Checkstyle. The path can be the full, absolute path, or relative to the current
* path. Multiple excludes are allowed. * path. Multiple excludes are allowed.
* *
* @param path one or more paths * @param path one or more paths
@ -124,7 +124,7 @@ public class CheckstyleOperation extends AbstractProcessOperation<CheckstyleOper
} }
/** /**
* Directory/file to exclude from CheckStyle. The path can be the full, absolute path, or relative to the current * Directory/file to exclude from Checkstyle. The path can be the full, absolute path, or relative to the current
* path. Multiple excludes are allowed. * path. Multiple excludes are allowed.
* *
* @param path one or more paths * @param path one or more paths
@ -136,7 +136,7 @@ public class CheckstyleOperation extends AbstractProcessOperation<CheckstyleOper
} }
/** /**
* Directory/file to exclude from CheckStyle. The path can be the full, absolute path, or relative to the current * Directory/file to exclude from Checkstyle. The path can be the full, absolute path, or relative to the current
* path. Multiple excludes are allowed. * path. Multiple excludes are allowed.
* *
* @param path one or more paths * @param path one or more paths
@ -148,7 +148,7 @@ public class CheckstyleOperation extends AbstractProcessOperation<CheckstyleOper
} }
/** /**
* Directory/file to exclude from CheckStyle. The path can be the full, absolute path, or relative to the current * Directory/file to exclude from Checkstyle. The path can be the full, absolute path, or relative to the current
* path. Multiple excludes are allowed. * path. Multiple excludes are allowed.
* *
* @param paths the paths * @param paths the paths
@ -161,7 +161,7 @@ public class CheckstyleOperation extends AbstractProcessOperation<CheckstyleOper
} }
/** /**
* Directory/file to exclude from CheckStyle. The path can be the full, absolute path, or relative to the current * Directory/file to exclude from Checkstyle. The path can be the full, absolute path, or relative to the current
* path. Multiple excludes are allowed. * path. Multiple excludes are allowed.
* *
* @param paths the paths * @param paths the paths
@ -173,7 +173,7 @@ public class CheckstyleOperation extends AbstractProcessOperation<CheckstyleOper
} }
/** /**
* Directory/file pattern to exclude from CheckStyle. Multiple exclude are allowed. * Directory/file pattern to exclude from Checkstyle. Multiple exclude are allowed.
* *
* @param regex the pattern to exclude * @param regex the pattern to exclude
* @return the checkstyle operation * @return the checkstyle operation
@ -184,7 +184,7 @@ public class CheckstyleOperation extends AbstractProcessOperation<CheckstyleOper
} }
/** /**
* Directory/file pattern to exclude from CheckStyle. Multiple exclude are allowed. * Directory/file pattern to exclude from Checkstyle. Multiple exclude are allowed.
* *
* @param regex the patterns to exclude * @param regex the patterns to exclude
* @return the checkstyle operation * @return the checkstyle operation
@ -196,7 +196,7 @@ public class CheckstyleOperation extends AbstractProcessOperation<CheckstyleOper
} }
/** /**
* Directory/file to exclude from CheckStyle. The path can be the full, absolute path, or relative to the current * Directory/file to exclude from Checkstyle. The path can be the full, absolute path, or relative to the current
* path. Multiple excludes are allowed. * path. Multiple excludes are allowed.
* *
* @param paths the paths * @param paths the paths

View file

@ -17,7 +17,7 @@
package rife.bld.extension.checkstyle; package rife.bld.extension.checkstyle;
/** /**
* The Checkstyle output format for XML, sarif and default (plaib) logger. * The Checkstyle output format for XML, sarif and default (plain) logger.
*/ */
public enum OutputFormat { public enum OutputFormat {
XML("xml"), XML("xml"),