Skip to content

Commit

Permalink
35463026 IPS gate needs spell check exception list
Browse files Browse the repository at this point in the history
  • Loading branch information
kulikjak committed Sep 4, 2023
1 parent 2798029 commit f5bfb52
Show file tree
Hide file tree
Showing 3 changed files with 32 additions and 4 deletions.
6 changes: 3 additions & 3 deletions doc/client_api_versions.txt
Original file line number Diff line number Diff line change
Expand Up @@ -567,7 +567,7 @@ Incompatible with clients using versions 0-51:
add_cert, get_certs_by_name, get_crl, check_extensions
* check_critical was removed.
* verify_chain had an additional, optional, argument added to it. The
usages paramter defines what uses the certificate needs to allow.
usages parameter defines what uses the certificate needs to allow.
If this parameter isn't set, then it's assumed that the certificate
should be able to be used for all known uses.
* The following constants were added to be used as values to the usages
Expand Down Expand Up @@ -739,7 +739,7 @@ Version 39:
Compatible with clients using versions 36-38.

Introduces the notion of a system repository to the publisher
heirarchy. This specific type of repository is a subclass of
hierarchy. This specific type of repository is a subclass of
RepositoryURI. A few new api exceptions are added, too.

Version 38:
Expand Down Expand Up @@ -1359,7 +1359,7 @@ Version 0:
"""Returns true if the API is in a cancelable state."""

def reset(self):
"""Resets the API back the the initial state. Note:
"""Resets the API back the initial state. Note:
this does not necessarily return the disk to its initial state
since the indexes or download cache may have been changed by
the prepare method."""
Expand Down
1 change: 0 additions & 1 deletion exception_lists/copyright
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,5 @@ src/pkg/external_deps.txt
src/tests/bandit-baseline.json
src/tests/ro_data/*
src/util/apache2/sysrepo/*.mako
src/util/apache22/sysrepo/*.mako
doc/*
src/tests/*.txt
29 changes: 29 additions & 0 deletions exception_lists/spell
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
#
# CDDL HEADER START
#
# The contents of this file are subject to the terms of the
# Common Development and Distribution License (the "License").
# You may not use this file except in compliance with the License.
#
# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
# or http://www.opensolaris.org/os/licensing.
# See the License for the specific language governing permissions
# and limitations under the License.
#
# When distributing Covered Code, include this CDDL HEADER in each
# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
# If applicable, add the following below this CDDL HEADER, with the
# fields enclosed by brackets "[]" replaced with your own identifying
# information: Portions Copyright [yyyy] [name of copyright owner]
#
# CDDL HEADER END
#

#
# Copyright (c) 2023, Oracle and/or its affiliates.
#

syntax: glob

*.png
src/tests/ro_data/*

0 comments on commit f5bfb52

Please sign in to comment.