Commit 0142bb78 authored by Dom Sekotill's avatar Dom Sekotill
Browse files

Apply copyright.py to source code & templates by default

parent e3b5b027
Loading
Loading
Loading
Loading
+51 −1
Original line number Diff line number Diff line
@@ -6,8 +6,58 @@
  language: python
  entry: check-copyright-notice
  require_serial: true
  types: [python]
  stages: [commit]
  types:
  # Source code & template types
  - asm
  - c
  - c#
  - c++
  - clojure
  - coffee
  - cython
  - dart
  - ejs
  - erb
  - fish
  - gdscript
  - go
  - gotmpl
  - groovy
  - gyb
  - haskell
  - idl
  - idris
  - jade
  - java
  - javascript
  - jinja
  - jsx
  - kotlin
  - lektor
  - less
  - lua
  - nim
  - ocaml
  - perl
  - php
  - purescript
  - python
  - r
  - ruby
  - rust
  - sass
  - scala
  - scss
  - shell
  - solidity
  - swift
  - ts
  - tsx
  - twig
  - vim
  - vue
  - zig

- id: check-for-squash
  name: Check for commits that need squashing