.shellcheckrc 1.2 KB

12345678910111213141516171819202122232425
  1. #
  2. # Licensed to the Apache Software Foundation (ASF) under one or more
  3. # contributor license agreements. See the NOTICE file distributed with
  4. # this work for additional information regarding copyright ownership.
  5. # The ASF licenses this file to You under the Apache License, Version 2.0
  6. # (the "License"); you may not use this file except in compliance with
  7. # the License. You may obtain a copy of the License at
  8. #
  9. # http://www.apache.org/licenses/LICENSE-2.0
  10. #
  11. # Unless required by applicable law or agreed to in writing, software
  12. # distributed under the License is distributed on an "AS IS" BASIS,
  13. # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  14. # See the License for the specific language governing permissions and
  15. # limitations under the License.
  16. #
  17. # wiki link pattern https://github.com/koalaman/shellcheck/wiki/{code}
  18. # like SC2148, links to https://github.com/koalaman/shellcheck/wiki/SC2148
  19. disable=SC1083,SC1091
  20. disable=SC2002,SC2004,SC2006,SC2009,SC2010,SC2016,SC2024,SC2027,SC2034,SC2046,SC2048,SC2059
  21. disable=SC2068,SC2076,SC2086,SC2089,SC2090
  22. disable=SC2103,SC2126,SC2143,SC2148,SC2155,SC2157,SC2164,SC2181
  23. disable=SC2215,SC2216,SC2251,SC2260,SC3037