Skip to content

Commit

Permalink
Add copyright example
Browse files Browse the repository at this point in the history
  • Loading branch information
kscottz committed Dec 19, 2024
1 parent 3ea362c commit d469bda
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion source/Tutorials/Advanced/Ament-Lint-For-Clean-Code.rst
Original file line number Diff line number Diff line change
Expand Up @@ -81,8 +81,11 @@ Using the ``--verbose`` option will list all checked files.
.. code-block:: console
ament_copyright --verbose
my_package/src/new_file.cpp: could not find copyright notice
my_package/src/old_file.cpp: copyright=Open Source Robotics Foundation, Inc. (2023), license=apache2
my_package/include/new_file.h: could not find copyright notice
my_package/include/old_file.h: copyright=Open Source Robotics Foundation, Inc. (2023), license=apache2
If you happen to find an issue with one of your files you can address it by calling the following command.
2 ``ament_cppcheck``
^^^^^^^^^^^^^^^^^^^^
Expand Down

0 comments on commit d469bda

Please sign in to comment.