Skip to content

Commit

Permalink
Added NOLINT to URDF element string name definitions
Browse files Browse the repository at this point in the history
  • Loading branch information
marip8 committed Dec 14, 2024
1 parent f48851c commit eb08453
Show file tree
Hide file tree
Showing 24 changed files with 24 additions and 24 deletions.
2 changes: 1 addition & 1 deletion tesseract_urdf/include/tesseract_urdf/box.h
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ class XMLDocument;

namespace tesseract_urdf
{
static const char* BOX_ELEMENT_NAME = "box";
static const char* BOX_ELEMENT_NAME = "box"; // NOLINT

/**
* @brief Parse a xml box element
Expand Down
2 changes: 1 addition & 1 deletion tesseract_urdf/include/tesseract_urdf/calibration.h
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ class XMLDocument;

namespace tesseract_urdf
{
static const char* CALIBRATION_ELEMENT_NAME = "calibration";
static const char* CALIBRATION_ELEMENT_NAME = "calibration"; // NOLINT

/**
* @brief Parse a xml calibration element
Expand Down
2 changes: 1 addition & 1 deletion tesseract_urdf/include/tesseract_urdf/capsule.h
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ class XMLDocument;

namespace tesseract_urdf
{
static const char* CAPSULE_ELEMENT_NAME = "tesseract:capsule";
static const char* CAPSULE_ELEMENT_NAME = "tesseract:capsule"; // NOLINT

/**
* @brief Parse a xml capsule element
Expand Down
2 changes: 1 addition & 1 deletion tesseract_urdf/include/tesseract_urdf/collision.h
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ class XMLDocument;

namespace tesseract_urdf
{
static const char* COLLISION_ELEMENT_NAME = "collision";
static const char* COLLISION_ELEMENT_NAME = "collision"; // NOLINT

/**
* @brief Parse xml element collision
Expand Down
2 changes: 1 addition & 1 deletion tesseract_urdf/include/tesseract_urdf/cone.h
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ class XMLDocument;

namespace tesseract_urdf
{
static const char* CONE_ELEMENT_NAME = "tesseract:cone";
static const char* CONE_ELEMENT_NAME = "tesseract:cone"; // NOLINT

/**
* @brief Parse a xml cone element
Expand Down
2 changes: 1 addition & 1 deletion tesseract_urdf/include/tesseract_urdf/convex_mesh.h
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ class XMLDocument;

namespace tesseract_urdf
{
static const char* CONVEX_MESH_ELEMENT_NAME = "tesseract:convex_mesh";
static const char* CONVEX_MESH_ELEMENT_NAME = "tesseract:convex_mesh"; // NOLINT

/**
* @brief Parse xml element convex_mesh
Expand Down
2 changes: 1 addition & 1 deletion tesseract_urdf/include/tesseract_urdf/cylinder.h
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ class XMLDocument;

namespace tesseract_urdf
{
static const char* CYLINDER_ELEMENT_NAME = "cylinder";
static const char* CYLINDER_ELEMENT_NAME = "cylinder"; // NOLINT

/**
* @brief Parse a xml cylinder element
Expand Down
2 changes: 1 addition & 1 deletion tesseract_urdf/include/tesseract_urdf/dynamics.h
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ class XMLDocument;

namespace tesseract_urdf
{
static const char* DYNAMICS_ELEMENT_NAME = "dynamics";
static const char* DYNAMICS_ELEMENT_NAME = "dynamics"; // NOLINT

/**
* @brief Parse a xml dynamics element
Expand Down
2 changes: 1 addition & 1 deletion tesseract_urdf/include/tesseract_urdf/geometry.h
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ class XMLDocument;

namespace tesseract_urdf
{
static const char* GEOMETRY_ELEMENT_NAME = "geometry";
static const char* GEOMETRY_ELEMENT_NAME = "geometry"; // NOLINT

/**
* @brief Parse xml element geometry
Expand Down
2 changes: 1 addition & 1 deletion tesseract_urdf/include/tesseract_urdf/inertial.h
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ class XMLDocument;

namespace tesseract_urdf
{
static const char* INERTIAL_ELEMENT_NAME = "inertial";
static const char* INERTIAL_ELEMENT_NAME = "inertial"; // NOLINT

/**
* @brief Parse xml element inertial
Expand Down
2 changes: 1 addition & 1 deletion tesseract_urdf/include/tesseract_urdf/joint.h
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ class XMLDocument;

namespace tesseract_urdf
{
static const char* JOINT_ELEMENT_NAME = "joint";
static const char* JOINT_ELEMENT_NAME = "joint"; // NOLINT

/**
* @brief Parse xml element joint
Expand Down
2 changes: 1 addition & 1 deletion tesseract_urdf/include/tesseract_urdf/limits.h
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ class XMLDocument;

namespace tesseract_urdf
{
static const char* LIMITS_ELEMENT_NAME = "limit";
static const char* LIMITS_ELEMENT_NAME = "limit"; // NOLINT

/**
* @brief Parse xml element limits
Expand Down
2 changes: 1 addition & 1 deletion tesseract_urdf/include/tesseract_urdf/link.h
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ class XMLDocument;

namespace tesseract_urdf
{
static const char* LINK_ELEMENT_NAME = "link";
static const char* LINK_ELEMENT_NAME = "link"; // NOLINT

/**
* @brief Parse xml element link
Expand Down
2 changes: 1 addition & 1 deletion tesseract_urdf/include/tesseract_urdf/material.h
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ class XMLDocument;

namespace tesseract_urdf
{
static const char* MATERIAL_ELEMENT_NAME = "material";
static const char* MATERIAL_ELEMENT_NAME = "material"; // NOLINT

/**
* @brief Parse xml element material
Expand Down
2 changes: 1 addition & 1 deletion tesseract_urdf/include/tesseract_urdf/mesh.h
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ class XMLDocument;

namespace tesseract_urdf
{
static const char* MESH_ELEMENT_NAME = "mesh";
static const char* MESH_ELEMENT_NAME = "mesh"; // NOLINT

/**
* @brief Parse xml element mesh
Expand Down
2 changes: 1 addition & 1 deletion tesseract_urdf/include/tesseract_urdf/mimic.h
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ class XMLDocument;

namespace tesseract_urdf
{
static const char* MIMIC_ELEMENT_NAME = "mimic";
static const char* MIMIC_ELEMENT_NAME = "mimic"; // NOLINT

/**
* @brief Parse xml element mimic
Expand Down
2 changes: 1 addition & 1 deletion tesseract_urdf/include/tesseract_urdf/octomap.h
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ class XMLDocument;

namespace tesseract_urdf
{
static const char* OCTOMAP_ELEMENT_NAME = "tesseract:octomap";
static const char* OCTOMAP_ELEMENT_NAME = "tesseract:octomap"; // NOLINT

/**
* @brief Parse xml element octomap
Expand Down
2 changes: 1 addition & 1 deletion tesseract_urdf/include/tesseract_urdf/octree.h
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ class XMLDocument;

namespace tesseract_urdf
{
static const char* OCTREE_ELEMENT_NAME = "tesseract:octree";
static const char* OCTREE_ELEMENT_NAME = "tesseract:octree"; // NOLINT

/**
* @brief Parse xml element octree
Expand Down
2 changes: 1 addition & 1 deletion tesseract_urdf/include/tesseract_urdf/origin.h
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ class XMLDocument;

namespace tesseract_urdf
{
static const char* ORIGIN_ELEMENT_NAME = "origin";
static const char* ORIGIN_ELEMENT_NAME = "origin"; // NOLINT

/**
* @brief Parse xml element origin
Expand Down
2 changes: 1 addition & 1 deletion tesseract_urdf/include/tesseract_urdf/point_cloud.h
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ class XMLDocument;

namespace tesseract_urdf
{
static const char* POINT_CLOUD_ELEMENT_NAME = "tesseract:point_cloud";
static const char* POINT_CLOUD_ELEMENT_NAME = "tesseract:point_cloud"; // NOLINT

/**
* @brief Parse xml element point_cloud
Expand Down
2 changes: 1 addition & 1 deletion tesseract_urdf/include/tesseract_urdf/safety_controller.h
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ class XMLDocument;

namespace tesseract_urdf
{
static const char* SAFETY_CONTROLLER_ELEMENT_NAME = "safety_controller";
static const char* SAFETY_CONTROLLER_ELEMENT_NAME = "safety_controller"; // NOLINT

/**
* @brief Parse xml element safety_controller
Expand Down
2 changes: 1 addition & 1 deletion tesseract_urdf/include/tesseract_urdf/sdf_mesh.h
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ class XMLDocument;

namespace tesseract_urdf
{
static const char* SDF_MESH_ELEMENT_NAME = "tesseract:sdf_mesh";
static const char* SDF_MESH_ELEMENT_NAME = "tesseract:sdf_mesh"; // NOLINT

/**
* @brief Parse xml element sdf_mesh
Expand Down
2 changes: 1 addition & 1 deletion tesseract_urdf/include/tesseract_urdf/sphere.h
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ class XMLDocument;

namespace tesseract_urdf
{
static const char* SPHERE_ELEMENT_NAME = "sphere";
static const char* SPHERE_ELEMENT_NAME = "sphere"; // NOLINT

/**
* @brief Parse a xml sphere element
Expand Down
2 changes: 1 addition & 1 deletion tesseract_urdf/include/tesseract_urdf/visual.h
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ class XMLDocument;

namespace tesseract_urdf
{
static const char* VISUAL_ELEMENT_NAME = "visual";
static const char* VISUAL_ELEMENT_NAME = "visual"; // NOLINT

/**
* @brief Parse xml element visual
Expand Down

0 comments on commit eb08453

Please sign in to comment.