Skip to content

Commit 2ae2531

Browse files
committed
more pre-commit
1 parent 560be65 commit 2ae2531

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

.config/clang-format

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,4 +66,4 @@ ReferenceAlignment: Middle
6666
ReflowComments: false
6767
SeparateDefinitionBlocks: Always
6868
SortIncludes: CaseInsensitive
69-
SpacesBeforeTrailingComments: 2
69+
SpacesBeforeTrailingComments: 2

.config/copyright.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@ Unless required by applicable law or agreed to in writing, software
1010
distributed under the License is distributed on an "AS IS" BASIS,
1111
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1212
See the License for the specific language governing permissions and
13-
limitations under the License.
13+
limitations under the License.

.cpplint.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@ filter=-whitespace/braces
1111
filter=-whitespace/indent
1212
filter=-whitespace/newline
1313
filter=-whitespace/parens
14-
filter=-whitespace/semicolon
14+
filter=-whitespace/semicolon

.github/workflows/pre_commit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,4 @@ jobs:
2929
pip install pre-commit
3030
3131
- name: Run pre-commit hooks
32-
run: pre-commit run --all-files
32+
run: pre-commit run --all-files

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,4 +109,4 @@ repos:
109109
- id: insert-license
110110
types_or: [c++, c]
111111
name: Copyright headers for C/C++
112-
args: [--license-filepath, .config/copyright.txt, --comment-style, "//", --allow-past-years]
112+
args: [--license-filepath, .config/copyright.txt, --comment-style, "//", --allow-past-years]

0 commit comments

Comments
 (0)