Stop asking for password when using sudo – Ubuntu 18.04

sudo visudo                         # to open /etc/sudoers file in edit mode
username ALL=(ALL) NOPASSWD: ALL    # add this line to the end of the file